nerdexam
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

CKA question #22 exhibit 1
CKA question #22 exhibit 2

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.

Full CKA Practice