RoleBindings
RoleBindings are a namespace-scoped resource in Kubernetes RBAC that grant the permissions defined in a Role or ClusterRole to a set of subjects within a specific namespace. They connect a role’s rules to identities such as users, groups, or service accounts, enabling those identities to perform the actions allowed by the role in that namespace.
A RoleBinding references a roleRef, which can point to either a Role (within the same namespace) or
Subjects in a RoleBinding specify who receives the permissions. Each subject has a kind, such as User,
RoleBindings are commonly used to grant specific users, groups, or service accounts access to resources within