- Home
- All questions
- Question 20
CKA study material · question 20 of 1000
Which permission requires a ClusterRole rather than a Role?
Show the answer
Answer: D. Reading the cluster's Node objects
Nodes are cluster-scoped, and only a ClusterRole can grant access to cluster-scoped resources.
Source: Using RBAC Authorization (Kubernetes) — ClusterRole example