Exam 5v0-2320 All QuestionsBrowse all questions from this exam
Question 45

Which command displays the storage limits that have been set together with the amount of resources consumed?

    Correct Answer: D

    The command 'kubectl describe resourcequotas' displays the storage limits set along with the amount of resources consumed. 'kubectl get resourcequotas' provides a summary of resource quotas but does not give detailed information about resource usage. 'kubectl config get-resourcequotas limits' and 'kubectl list resourcequotas' are not valid kubectl commands.

Discussion
Jiraya22Option: A

Correct Answer : A In my lab: kubectl get resourcequotas NAME AGE REQUEST LIMIT snm-idc-01-storagequota 59d tanzu-k8s-vsan.storageclass.storage.k8s.io/requests.storage: 400Gi/9223372036854775807 Detail limit storage cuota

AlezOption: A

A is Correct ,check on the Lab .D not shows the Limit

MwafrikaOption: D

D. https://docs.vmware.com/en/VMware-vSphere/7.0/vmware-vsphere-with-tanzu/GUID-883E60F9-03C5-40D7-9AB8-BE42835B7B52.html?hWord=N4IghgNiBcINYFcBGBTAxgFwgAgCYoGc0AnAS1W2MIHsFi0UBHBajMAkAXyA

redtopOption: D

kubectl describe quota https://kubernetes.io/docs/concepts/policy/resource-quotas/

obeythefistOption: A

I'm going with "A" based on comments from other members. It seems "kubectl get resourcequotas" also includes the limit, which is sufficient to answer the question.

obeythefist

I'm wrong about this, I feel it's D. The reason is because "kubectl get resourcequotas" does not show the resource usage!

0511ferOption: D

Correct Answer: D It will return the current consumption and the configured limmits.

sir_louOption: D

Full command output here https://docs.vmware.com/en/VMware-vSphere/7.0/vmware-vsphere-with-tanzu/GUID-883E60F9-03C5-40D7-9AB8-BE42835B7B52.html

uchikenOption: A

My answer is A.