Question 51

Check nodes which are ready and print it to a file /opt/nodestatus
  • Question 52

    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 53

    Score: 7%

    Task
    Reconfigure the existing deployment front-end and add a port specification named http exposing port 80/tcp of the existing container nginx.
    Create a new service named front-end-svc exposing the container port http.
    Configure the new service to also expose the individual Pods via a NodePort on the nodes on which they are scheduled.

    Question 54

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

    Question 55

    List all the pods sorted by created timestamp