Difference between revisions of "Kubernetes service account"

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

Revision as of 11:39, 28 November 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: