Question 81

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/KUTR00102/KUTR00102.txt (which already exists).

Question 82

Create a daemonset named "Prometheus-monitoring" using image=prom/Prometheus which runs in all the nodes in the cluster. Verify the pod running in all the nodes
  • Question 83

    You must connect to the correct host.
    Failure to do so may result in a zero score.
    [candidate@base] $ ssh Cka000054
    Context:
    Your cluster 's CNI has failed a security audit. It has been removed. You must install a new CNI that can enforce network policies.
    Task
    Install and set up a Container Network Interface (CNI ) that meets these requirements:
    Pick and install one of these CNI options:
    Flannel version 0.26.1
    Manifest:
    https://github.com/flannel-io/flannel/releases/download/v0.26.1/kube-flannel.yml
    Calico version 3.28.2
    Manifest:
    https://raw.githubusercontent.com/project calico/calico/v3.28.2/manifests/tigera-operator.yaml

    Question 84

    Which one is the correct configuration?
  • Question 85

    Create the service as type NodePort with the port 32767 for the nginx pod with the pod selector app: my-nginx