Linux_Foundation
CKA · Question #22
Check the image version in pod without the describe command
kubectl get po nginx -o jsonpath='{.spec.containers[].image}{"\n"}'
Submitted by andres_qro· May 4, 2026Workloads and Scheduling
Question
Check the image version in pod without the describe command
Exhibits
Explanation
kubectl get po nginx -o jsonpath='{.spec.containers[].image}{"\n"}'
Topics
#kubectl#pods#images#jsonpath
Community Discussion
No community discussion yet for this question.

