Difference between revisions of "Kubernetes service account"

From wikieduonline
Jump to navigation Jump to search
Line 4: Line 4:
 
  [[kind: ServiceAccount]]
 
  [[kind: ServiceAccount]]
  
  [[system:serviceaccount]]
+
 
  [[system:serviceaccounts]]
+
https://kubernetes.io/docs/reference/access-authn-authz/rbac/
 +
  system:serviceaccount: (singular) is the prefix for service account usernames.
 +
  system:serviceaccounts: (plural) is the prefix for service account groups.
  
 
  [[kubectl get serviceaccounts]]
 
  [[kubectl get serviceaccounts]]

Revision as of 17:10, 11 October 2022

kind: ServiceAccount


https://kubernetes.io/docs/reference/access-authn-authz/rbac/

system:serviceaccount: (singular) is the prefix for service account usernames.
system:serviceaccounts: (plural) is the prefix for service account groups.
kubectl get serviceaccounts
kubectl create serviceaccount
kubernetes.io/service-account-token

Helm v2 (deprecated)

Related

BoundServiceAccountTokenVolume

Activities

See also

Advertising: