CKA Exam Question 46

Perform the following tasks:
Add an init container to hungry-bear defined in spec file
/opt/KUCC00108/pod-spec-KUC
The init container should create /workdir/calm.txt
If /workdir/calm.txt is not
Once the spec file has been definition, the pod should be created

CKA Exam Question 47

Get list of all pods in all namespaces and write it to file "/opt/pods-list.yaml"

CKA Exam Question 48

List all the pods sorted by created timestamp

CKA Exam Question 49

Get the list of pods of webapp deployment
  • CKA Exam Question 50

    Get the memory and CPU usage of all the pods and find out top 3 pods which have the highest usage and put them into the cpuusage.txt file