- Home
- All questions
- Question 359
CKA study material · question 359 of 1000
A Pod runs but ignores the command in its manifest. What is the likeliest explanation?
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