Which kubectl command should an administrator run to check vRealize Automation service pod resource usage?
Which kubectl command should an administrator run to check vRealize Automation service pod resource usage?
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.
the correct answer would be "k8s-metrics pods --namespace prelude"...
Answer here is A, to check usage in K8s you can use use the top sub command
Ans: B https://kb.vmware.com/s/article/78929