- Home
- All questions
- Question 592
CKA study material · question 592 of 1000
Why does the built-in view ClusterRole exclude Secrets?
Show the answer
Answer: B. Reading Secrets would expose ServiceAccount credentials and the API access they carry
Reading Secret contents in a namespace yields the ServiceAccount tokens there, which would let the reader act as any of those accounts — a privilege escalation the read-only role deliberately avoids.
Source: Using RBAC Authorization (Kubernetes) — Default roles and role bindings › User-facing roles