nerdexam
Broadcom-VMware

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…

Section 6 - Manage and Monitor VMware Aria Automation

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)
  • A
    8% (2)
  • C
    88% (23)
  • D
    4% (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

#kubectl#pod resource usage#monitoring#CLI

Community Discussion

No community discussion yet for this question.

Full 2V0-31.24 Practice