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

CKA study material · question 857 of 1000

A Pod runs its image's default entrypoint rather than the command in the manifest, and no error was reported. What is the recommended next step?

  1. Increase the kubelet's log verbosity to -v=4
  2. Check the Pod's termination message
  3. Delete the Pod and re-apply the manifest with --validate
  4. Run kubectl rollout undo on the owning Deployment
Show the answer

Answer: C. Delete the Pod and re-apply the manifest with --validate

A misspelled field such as commnd is silently ignored at creation; re-applying with validation surfaces the unknown field rather than leaving the mistake invisible.

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