- Home
- All questions
- Question 594
CKA study material · question 594 of 1000
What does binding the cluster-admin ClusterRole through a RoleBinding, rather than a ClusterRoleBinding, grant?
Show the answer
Answer: C. Full control of the binding's namespace, the namespace object included
cluster-admin in a ClusterRoleBinding is unrestricted; the same ClusterRole in a RoleBinding confines that power to one namespace, including the namespace object itself.
Source: Using RBAC Authorization (Kubernetes) — Default roles and role bindings › User-facing roles