Question 66

Create a redis pod and expose it on port 6379
  • Question 67

    Score: 5%

    Task
    From the pod label name=cpu-utilizer, find pods running high CPU workloads and write the name of the pod consuming most CPU to the file /opt/KUTR00401/KUTR00401.txt (which already exists).

    Question 68

    From the pod labelname=cpu-utilizer, find podsrunning high CPU workloads and write the name of the pod consumingmost CPU to thefile/opt/KUTR00102/KUTR00102.txt(which already exists).

    Question 69

    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.

    Question 70

    Update the deployment with the image version 1.17.4 and verify