VMware Aria Automation 8.x Professional — Question 50
Which kubectl command should an administrator run to check VMware Aria Automation service pod resource usage?
Answer options
- A. kubectl -n prelude log –f
- B. kubectl -n prelude describe
- C. kubectl -n prelude top pods
- D. kubectl -n prelude get pods
Correct answer: C
Explanation
The correct answer is C, as the 'top pods' command displays the resource usage of the pods in a specified namespace, which is essential for monitoring. Option A is incorrect because 'log' is used for viewing logs, not resource usage. Option B provides detailed information about the pod but does not show resource usage. Option D lists the pods but does not provide any resource consumption details.