Roles

An RBAC role defines a series of rules representing a set of additive (allow; there's no deny concept in Kubernetes RBAC) permissions. Roles are namespaced and can be assigned only within the namespace in which they're created; ClusterRoles are global and can be applied on a per-namespace basis.


Backlinks