- Home
- All questions
- Question 608
CKA study material · question 608 of 1000
A static Pod manifest on a node references a ConfigMap, and the value never arrives. Why?
Show the answer
Answer: B. Static Pods cannot use ConfigMaps or Secrets at all
Nothing fetches API objects on a static Pod's behalf, so ConfigMaps and Secrets are unavailable to them and the configuration has to arrive another way, such as a host path.
Source: Secrets (Kubernetes) — Using Secrets with static Pods