Study. uk . com
  1. Home
  2. All questions
  3. Question 95

CKA study material · question 95 of 1000

Which statement about a static Pod and ConfigMaps is correct?

  1. A static Pod may reference a ConfigMap in kube-system only
  2. A static Pod reads ConfigMaps through its mirror Pod
  3. A static Pod may reference any ConfigMap in its namespace
  4. A static Pod's spec cannot reference a ConfigMap at all
Show the answer

Answer: D. A static Pod's spec cannot reference a ConfigMap at all

Static Pods are built from a manifest on the node, so their specs cannot reference API objects at all.

Source: ConfigMaps (Kubernetes) — ConfigMaps and Pods

Challenge yourself on this topic → Study as cards