CKA 문제 11
List the nginx pod with custom columns POD_NAME and POD_STATUS
CKA 문제 12
Create an nginx pod and set an env value as 'var1=val1'. Check the env value existence within the pod
CKA 문제 13
Create a hostPath PersistentVolume named task-pv-volume with storage 10Gi, access modes ReadWriteOnce, storageClassName manual, and volume at /mnt/data and verify
CKA 문제 14
Create a namespace called 'development' and a pod with image nginx called nginx on this namespace.
CKA 문제 15
Check the Image version of nginx-dev pod using jsonpath
