Question 61
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).

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 62
Create a pod that echo "hello world" and then exists. Have the pod deleted automatically when it's completed
Question 63
Check logs of each container that "busyboxpod-{1,2,3}"
Question 64
Monitor the logs of pod foo and:
* Extract log lines corresponding to error
unable-to-access-website
* Write them to/opt/KULM00201/foo

* Extract log lines corresponding to error
unable-to-access-website
* Write them to/opt/KULM00201/foo

Question 65
List pod logs named "frontend" and search for the pattern "started" and write it to a file "/opt/error-logs"


