2V0-31.21 Exam QuestionsBrowse all questions from this exam

2V0-31.21 Exam - Question 87


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

Show Answer
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

3 comments
Sign in to comment
KikoOption: B
Aug 25, 2023

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

CaliforniaJaseOption: A
Oct 17, 2023

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

Steff70s
Feb 7, 2024

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