- Home
- All questions
- Question 832
CKA study material · question 832 of 1000
A projected volume combines a Secret from another namespace with a ConfigMap from the Pod's own. What is the problem?
Show the answer
Answer: C. Every source must be in the Pod's own namespace
All the sources of a projected volume have to live in the same namespace as the Pod that mounts it, so a cross-namespace reference is not possible.
Source: Projected Volumes (Kubernetes) — Introduction