- Home
- All questions
- Question 443
CKA study material · question 443 of 1000
What makes a Pod a static Pod?
Show the answer
Answer: B. The kubelet creates it from a manifest in its staticPodPath directory
A static Pod comes from a manifest on the node, not from the API server, so kubectl cannot manage it.
Source: Create static Pods (Kubernetes) — Filesystem-hosted static Pod manifest