CKA 문제 16

Get list of all the pods showing name and namespace with a jsonpath expression.

CKA 문제 17

Create a persistent volume with nameapp-data, of capacity2Giandaccess modeReadWriteMany. Thetype of volume ishostPathand itslocation is/srv/app-data.

CKA 문제 18

From the pod labelname=cpu-utilizer, find podsrunning high CPU workloads and write the name of the pod consumingmost CPU to thefile/opt/KUTR00102/KUTR00102.txt(which already exists).

CKA 문제 19

Create a busybox pod which executes this command sleep 3600 with the service account admin and verify