CKA Exam Question 66
Create a busybox pod and add "sleep 3600" command
CKA Exam Question 67
Task Weight: 4%

Task
Scale the deployment webserver to 3 pods.

Task
Scale the deployment webserver to 3 pods.
CKA Exam Question 68
Create an nginx pod and list the pod with different levels of verbosity
CKA Exam Question 69
Perform the following tasks:
* Add an init container to hungry-bear (which has been defined in spec file
/opt/KUCC00108/pod-spec-KUCC00108.yaml)
* The init container should create an empty file named/workdir/calm.txt
* If /workdir/calm.txt is not detected, the pod should exit
* Add an init container to hungry-bear (which has been defined in spec file
/opt/KUCC00108/pod-spec-KUCC00108.yaml)
* The init container should create an empty file named/workdir/calm.txt
* If /workdir/calm.txt is not detected, the pod should exit
CKA Exam Question 70
Check to see how many worker nodes are ready (not including nodes tainted NoSchedule) and write the number to /opt/KUCC00104/kucc00104.txt.






