Kubernetes: role-based access control
When to use
Use this skill for role-based access control in Kubernetes. This skill specifically handles role-based access control and nothing else in the Kubernetes family.
Procedure
Create Roles/ClusterRoles and bindings, scope ServiceAccount permissions to namespaces, and follow least-privilege for CI principals.
Notes
This is the Kubernetes skill dedicated to role-based access control. Sibling skills cover other Kubernetes capabilities; this one is the right choice only when the task is about role-based access control.