RBAC stands for Role Based Access Control
Under core api groups we have all objects: pods, deployments, Services, ReplicaSets, Statefulsets, jobs
Role: A role can be used to grant access to resources in a namespace.
apiVersion: rbac.authorization.k8...