2V0-31.24 · Question #5
Which kub-ctl command should an administrator run to check VMware Aria Automation service pod resource usage?
The correct answer is C. kubectl -n prelude top pods. 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…
Question
Which kub-ctl command should an administrator run to check VMware Aria Automation service pod resource usage?
Options
- Akubectl -n prelude get pods
- Bkubectl -n prelude describe <pod-name>
- Ckubectl -n prelude top pods
- Dkubectl -n prelude log -f <pod-name>
How the community answered
(26 responses)- A8% (2)
- C88% (23)
- D4% (1)
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
Topics
Community Discussion
No community discussion yet for this question.