CKA Exam Question 21
Set the node namedek8s-node-1asunavailable and reschedule all thepods running on it.
CKA Exam Question 22
Scale the deployment from 5 replicas to 20 replicas and verify
CKA Exam Question 23
Check the image version in pod without the describe command
CKA Exam Question 24
List pod logs named "frontend" and search for the pattern "started" and write it to a file "/opt/error-logs"
CKA Exam Question 25
Perform the following tasks:
* Add an init container tohungry-bear(which has beendefined in spec file
/opt/KUCC00108/pod-spec-KUCC00108.yaml)
* The init container should createan empty file named/workdir/calm.txt
* If/workdir/calm.txtis notdetected, the pod should exit
* Once the spec file has beenupdatedwith the init containerdefinition, the pod should becreated
* Add an init container tohungry-bear(which has beendefined in spec file
/opt/KUCC00108/pod-spec-KUCC00108.yaml)
* The init container should createan empty file named/workdir/calm.txt
* If/workdir/calm.txtis notdetected, the pod should exit
* Once the spec file has beenupdatedwith the init containerdefinition, the pod should becreated




