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

CKA study material · question 359 of 1000

A Pod runs but ignores the command in its manifest. What is the likeliest explanation?

  1. The container runtime rejected the command
  2. A misspelled or misnested field that was silently dropped
  3. The Pod's restartPolicy is Never
  4. The image overrode the command
Show the answer

Answer: B. A misspelled or misnested field that was silently dropped

A mistyped key is ignored when the object is created; kubectl apply --validate surfaces the unknown field.

Source: Debug Pods (Kubernetes) — My pod is running but not doing what I told it to do

Challenge yourself on this topic → Study as cards