filmov
tv
CKAD Lab 7 (Certification) How to create a Service Account in Kubernetes using YAML file
Показать описание
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
Commands:
alias k=kubectl
k get sa
k get sa foo -o json