VMware NSX 4.x Professional — Question 84
Which kubectl command should an administrator run to check vRealize Automation service pod resource usage?
Answer options
- A. kubectl –n prelude top pods
- B. kubectl –n prelude get pods
- C. kubectl –n prelude log –f
- D. kubectl –n prelude describe
Correct answer: B
Explanation
The correct answer is B because the 'kubectl –n prelude get pods' command retrieves information about the pods, including their resource usage. Option A is incorrect as it provides a summary of resource usage but not detailed pod information. Option C is used for viewing logs, and option D provides detailed information about a specific resource but does not focus on resource usage.