Question 26

Create a ETCD backup of kubernetes cluster
Note : You don't need to memorize command, refer -
https://kubernetes.io/docs/tasks/administer-cluster/configureupgrade-etcd/ during exam
  • Question 27

    Update the deployment with the image version 1.16.1 and verify the image and check the rollout history

    Question 28

    Check to see how many worker nodes are ready (not including nodes tainted NoSchedule) and write the number to /opt/KUCC00104/kucc00104.txt.

    Question 29

    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

    Question 30

    Create 2 nginx image pods in which one of them is labelled with env=prod and another one labelled with env=dev and verify the same.