nerdexam
Linux_Foundation

CKA · Question #29

Check the Image version of nginx-dev pod using jsonpath

kubectl get po nginx-dev -o jsonpath='{.spec.containers[].image}{"\n"}'

Submitted by zhang_li· May 4, 2026Workloads & Scheduling

Question

Check the Image version of nginx-dev pod using jsonpath

Explanation

kubectl get po nginx-dev -o jsonpath='{.spec.containers[].image}{"\n"}'

Topics

#kubectl#jsonpath#pods#container images

Community Discussion

No community discussion yet for this question.

Full CKA Practice