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

CKA study material · question 447 of 1000

A mirror Pod is deleted with kubectl. Which two things happen? Choose two.

  1. The manifest is removed from the node
  2. The kubelet recreates the mirror Pod
  3. The static Pod keeps running
  4. The static Pod is stopped with the mirror
Show the answer

Answer: C. The static Pod keeps running
B. The kubelet recreates the mirror Pod

The manifest on disk is the source of truth, so deleting the mirror changes nothing about the static Pod.

Source: Create static Pods (Kubernetes) — Observe static pod behavior

Challenge yourself on this topic → Study as cards