BlackFriday 2024! Hurry Up, Grab the Special Discount - Save 25% - Ends In 00:00:00 Coupon code: SAVE25
Welcome to Pass4Success

- Free Preparation Discussions

Linux Foundation Exam CKA Topic 1 Question 58 Discussion

Actual exam question for Linux Foundation's CKA exam
Question #: 58
Topic #: 1
[All CKA Questions]

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

Show Suggested Answer Hide Answer
Suggested Answer: A

Contribute your Thoughts:

Huey
5 months ago
Thanks, I'll remember that for the exam.
upvoted 0 times
...
Maile
6 months ago
Then we can use echo command to append the pod name to the file.
upvoted 0 times
...
Katina
6 months ago
I believe we need to use kubectl top to get the CPU usage.
upvoted 0 times
...
Huey
6 months ago
Yeah, I'm not sure about the solution.
upvoted 0 times
...
Katina
6 months ago
I think this question is tricky.
upvoted 0 times
...
Vallie
7 months ago
We need to write the name of the pod consuming most CPU to the file /opt/KUTR00401/KUTR00401.txt
upvoted 0 times
...
Julene
7 months ago
After finding the pods, what do we do next?
upvoted 0 times
...
Penney
7 months ago
We can use the command 'kubectl top -l name=cpu-user -A'
upvoted 0 times
...
Alfreda
7 months ago
How do we find pods running high CPU workloads?
upvoted 0 times
...

Save Cancel