Process Flow - RoleBindings and ClusterRoleBindings
Define Role or ClusterRole
Create RoleBinding or ClusterRoleBinding
Bind Role to User/Group/ServiceAccount
Access Permissions Granted
User performs actions allowed by Role
Check permissions enforced by Kubernetes
This flow shows how Roles or ClusterRoles are bound to users or groups via RoleBindings or ClusterRoleBindings to grant permissions.