Gaurav Kumarkubernetes-by-gaurav.hashnode.dev·Jun 17, 2024Understanding Roles and RoleBindings in KubernetesRoles and RoleBindings are used to grant permission to users, groups, and service account within a specific namespace. Role: It defines a set of permissions within a namespace. RoleBinding: It binds a role to a user, group or service account. ...Discuss·58 readsroles
Abinash Mishraabinash005.hashnode.dev·Feb 16, 2024RBAC in KubernetesRBAC 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...DiscussKubernetes flowkubernetes role