ExamGecko
Question list
Search
Search

Related questions











Question 19 - 2V0-31.24 discussion

Report
Export

Which kub-ctl command should an administrator run to check VMware Aria Automation service pod resource usage?

A.
kubectl -n prelude get pods
Answers
A.
kubectl -n prelude get pods
B.
kubectl -n prelude describe
Answers
B.
kubectl -n prelude describe
C.
kubectl -n prelude top pods
Answers
C.
kubectl -n prelude top pods
D.
kubectl -n prelude log -f
Answers
D.
kubectl -n prelude log -f
Suggested answer: C

Explanation:

To check the resource usage (CPU and memory) of the VMware Aria Automation service pods, the kubectl top pods command is used within the specific namespace. The top command provides a live view of resource utilization for pods, showing the current CPU and memory consumption. By specifying the namespace with -n prelude, this command targets the VMware Aria Automation pods specifically.

This approach is efficient for monitoring and troubleshooting, as it provides immediate feedback on resource usage, helping administrators manage and optimize their Kubernetes cluster's performance.

Stack Overflow: Check pod resources consumption

Kubernetes Documentation: Monitoring resources

asked 16/09/2024
HW Yan
45 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first