- Home
- All questions
- Question 94
CKA study material · question 94 of 1000
A Pod cannot reference a ConfigMap held in another namespace. Which approach still reaches it?
Show the answer
Answer: B. Reading it through the Kubernetes API from code in the Pod
Only code calling the API directly can read a ConfigMap in another namespace or subscribe to its changes.
Source: ConfigMaps (Kubernetes) — ConfigMaps and Pods