Study. uk . com
  1. Home
  2. All questions
  3. 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?

  1. Extra status and metadata lines in the server's copy
  2. Different ordering of the two documents' fields
  3. A creationTimestamp present only on the server's copy
  4. A field present locally but absent from the server's copy
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

Challenge yourself on this topic → Study as cards