CKA Exam Question 11

List all persistent volumes sorted by capacity, saving the full kubectl output to
/opt/KUCC00102/volume_list. Use kubectl 's own functionality for sorting the output, and do not manipulate it any further.

CKA Exam Question 12

Fix a node that shows as non-ready
  • CKA Exam Question 13

    Configure the kubelet systemd- managed service, on the node labelled with name=wk8s-node-1, to launch a pod containing a single container of Image httpd named webtool automatically. Any spec files required should be placed in the /etc/kubernetes/manifests directory on the node.
    You can ssh to the appropriate node using:
    [student@node-1] $ ssh wk8s-node-1
    You can assume elevated privileges on the node with the following command:
    [student@wk8s-node-1] $ | sudo -i

    CKA Exam Question 14

    Add a taint to node "worker-2" with effect as "NoSchedule" and
    list the node with taint effect as "NoSchedule"
  • CKA Exam Question 15

    Create a busybox pod that runs the command "env" and save the output to "envpod" file