- Home
- All questions
- Question 586
CKA study material · question 586 of 1000
A RoleBinding in namespace dev references a ClusterRole that grants read access to Secrets. What can the subject read?
Show the answer
Answer: B. Secrets in the dev namespace only
A RoleBinding referencing a ClusterRole confines those permissions to the binding's own namespace, which is how a common role is reused namespace by namespace.
Source: Using RBAC Authorization (Kubernetes) — API objects › RoleBinding and ClusterRoleBinding