In this chapter, we will learn about the Role-Based Access Control capabilities that Kubernetes offers so that we can grant access to various types of business and technical users to the clusters with permissions based on the concept of least privilege to get their job done.
Let us assume we have three classes of users, namely, (1) K8S administrators; (2) DevOps users that will need some but not admin access to the cluster, perhaps to deploy applications and monitor them; and (3) read-only users ...