CKA Exam Question 26

Check the Image version of nginx-dev pod using jsonpath

CKA Exam Question 27

Get list of PVs and order by size and write to file "/opt/pvstorage.txt"

CKA Exam Question 28

Score: 7%

Task
Create a new NetworkPolicy named allow-port-from-namespace in the existing namespace echo. Ensure that the new NetworkPolicy allows Pods in namespace my-app to connect to port 9000 of Pods in namespace echo.
Further ensure that the new NetworkPolicy:
* does not allow access to Pods, which don't listen on port 9000
* does not allow access from Pods, which are not in namespace my-app

CKA Exam Question 29

Pause the rollout of the deployment

CKA Exam Question 30

Undo the deployment to the previous version 1.17.1 and verify Image has the previous version