View all questions & answers for the CKA exam
Check the Image version of nginx-dev pod using jsonpath
See the solution below.
kubect1 get po nginx-dev -o
jsonpath='{.spec.containers[].image}{"\n"}'
Submit