ServiceAccounts

ServiceAccounts allows pods to authenticate with the cluster and perform operations against it.

The default service account in a namespace will be used as the default.

Credentials for each ServiceAccount are stored in a secret with the type kubernetes.io/service-account-token.


Backlinks