Exam 2V0-31.21 All QuestionsBrowse all questions from this exam
Question 87

Which kubectl command should an administrator run to check vRealize Automation service pod resource usage?

    Correct Answer: A

    The kubectl command to check the resource usage (such as CPU and memory) of pods is 'kubectl top'. The correct command to do this within a specific namespace is 'kubectl –n prelude top pods'. This command provides a summary of resource usage for each pod in the 'prelude' namespace.

Discussion
Steff70s

the correct answer would be "k8s-metrics pods --namespace prelude"...

CaliforniaJaseOption: A

Answer here is A, to check usage in K8s you can use use the top sub command

KikoOption: B

Ans: B https://kb.vmware.com/s/article/78929