Role-based access control(RBAC) is a way of regulating access to computer/network resources. RBAC authorization uses the rbac.autherization.k8s.io API group to drive authorization decisions. To enable RBAC, start the api-server with the --authorization-mode flag set to comma separated list that includes RBAC as below, kube-apiserver --authorization-mode=Example,RBAC--other-options --more-options RBAC Resources: