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

CKA study material · question 357 of 1000

A Pod has been Terminating for a long time. Which two statements describe the usual cause? Choose two.

  1. An admission webhook is blocking the update that would remove it
  2. A finalizer on the Pod is not being removed
  3. The node has run out of memory
  4. The Pod's grace period was set to zero
Show the answer

Answer: B. A finalizer on the Pod is not being removed
A. An admission webhook is blocking the update that would remove it

The control plane cannot delete the object because a finalizer stays in place, typically blocked by a webhook.

Source: Debug Pods (Kubernetes) — My pod stays terminating

Challenge yourself on this topic → Study as cards