Kubernetes RBAC
Role-Based Access Control (RBAC) is a way in which we can regulate the access to a resource, based on the roles assigned to users, and groups in the organization.
The RBAC API has 4 kinds of k8s objects:
Role
ClusterRole
RoleBinding
ClusterRoleBi...