- Home
- All questions
- Question 17
CKA study material · question 17 of 1000
How does an administrator change authorization policy in a cluster running RBAC?
Show the answer
Answer: B. By editing objects in the rbac.authorization.k8s.io API group
RBAC drives decisions from API objects, so policy is configured dynamically through the API.
Source: Using RBAC Authorization (Kubernetes) — Using RBAC Authorization