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

CKA study material · question 855 of 1000

A Pod has been Terminating for an hour. Which cluster objects should be inspected?

  1. ValidatingWebhookConfigurations and MutatingWebhookConfigurations targeting UPDATE on pods
  2. The node's kubelet configuration file
  3. The PodDisruptionBudgets in that namespace
  4. The ResourceQuota covering the namespace
Show the answer

Answer: A. ValidatingWebhookConfigurations and MutatingWebhookConfigurations targeting UPDATE on pods

A stuck Terminating Pod usually has a finalizer the control plane cannot remove because a webhook rejects the UPDATE that would clear it.

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

Challenge yourself on this topic → Study as cards