Service Account | Kubernetes
Mar 20, 2022
Kubernetes cluster is accessed by human(admin users , dev user ..etc ) and processes ( pod , external application ..etc).
A service account provides an identity for processes that run in a Pod. Processes in containers inside pods can also contact the apiserver. When they do, they are authenticated as a particular Service Account.
Let’s create a serviceaccount under the namespace blue.