RoleBinding [api_object]ai-synthesized · conf 0.82
RoleBinding references a role, but does not contain it. It can reference a Role in the same namespace or a ClusterRole in the global namespace. It adds who information via Subjects and namespace information by which namespace it exists in. RoleBindings in a given namespace only have effect in that namespace.
rbacsecurity
A RoleBinding is an object that binds a Role to a user or group.
Why it matters RoleBindings are used to assign Roles to users or groups, enabling access to cluster resources.
Key facts - Defined in io.k8s.api.rbac.v1.RoleBinding - Binds a Role to a user or group
Sources
swagger.json — “io.k8s.api.rbac.v1.RoleBinding”