The concept of ServiceAccount is linked to other security related concepts in kubernetes such as Authentication, Authorization and Role based access controls etc. So there are two types of accounts in Kubernetes. A user account and a service account. A user account is for Humans and service account is for machines. UserAccount: User account could […]

Read more of this post