Question 16

Score: 4%

Task
Scale the deployment presentation

Question 17

List all the pods showing name and namespace with a json path expression

Question 18

Create a deployment as follows:
* Name: nginx-random
* Exposed via a service nginx-random
* Ensure that the service & pod are accessible via their respective DNS records
* The container(s) within any pod(s) running as a part of this deployment should use the nginx Image Next, use the utility nslookup to look up the DNS records of the service & pod and write the output to
/opt/KUNW00601/service.dns and /opt/KUNW00601/pod.dns respectively.

Question 19

Create a job named "hello-job" with the image busybox which echos "Hello I'm running job"
  • Question 20

    Score: 7%

    Task
    Given an existing Kubernetes cluster running version 1.20.0, upgrade all of the Kubernetes control plane and node components on the master node only to version 1.20.1.
    Be sure to drain the master node before upgrading it and uncordon it after the upgrade.

    You are also expected to upgrade kubelet and kubectl on the master node.