- Home
- All questions
- Question 858
CKA study material · question 858 of 1000
You compare a local manifest with kubectl get pod -o yaml. Which difference indicates a real problem?
Show the answer
Answer: D. A field present locally but absent from the server's copy
The API server always adds lines of its own, so extras are expected; something in the original that never reached the server points at a field that was dropped.
Source: Debug Pods (Kubernetes) — Debugging Pods › My pod is running but not doing what I told it to do