CKAD Lab 7 (Certification) How to create a Service Account in Kubernetes using YAML file

preview_player
Показать описание
Service Accounts (and their associated tokens) are used to authenticate with the Kubernetes API for almost everything.

Commands:
alias k=kubectl
k get sa
k get sa foo -o json
Рекомендации по теме