Valid CKA Dumps shared by EduDump.com for Helping Passing CKA Exam! EduDump.com now offer the newest CKA exam dumps, the EduDump.com CKA exam questions have been updated and answers have been corrected get the newest EduDump.com CKA dumps with Test Engine here:
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).
Correct Answer:
See the solution below. Explanation Solution: kubectl top -l name=cpu-user -A echo 'pod name' >> /opt/KUT00401/KUT00401.txt
Recent Comments (The most recent comments are at the top.)
vis - Dec 17, 2021
kubectl top pod -l name=cpu-user -A
Harry - Sep 05, 2021
Answer is kubectl top -l name=cpu-utilizer -A -o NAME > /opt/KUT00401/KUT00401.txt
Recent Comments (The most recent comments are at the top.)
kubectl top pod -l name=cpu-user -A
Answer is
kubectl top -l name=cpu-utilizer -A -o NAME > /opt/KUT00401/KUT00401.txt