- Home
- All questions
- Question 97
CKA study material · question 97 of 1000
Why does the ability to create a Deployment in a namespace effectively grant read access to that namespace's Secrets?
Show the answer
Answer: B. Anyone who can create a Pod can mount and read any Secret in the namespace
Creating a Pod, directly or through a Deployment, lets the creator mount and read any Secret in that namespace.
Source: Secrets (Kubernetes) — Secrets