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

CKA study material · question 443 of 1000

What makes a Pod a static Pod?

  1. It runs in the kube-system namespace
  2. The kubelet creates it from a manifest in its staticPodPath directory
  3. It has no owner reference
  4. It sets nodeName directly
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

Challenge yourself on this topic → Study as cards