VMware Carbon Black Cloud Enterprise EDR (2020) — Question 54
Which command displays the storage limits that have been set together with the amount of resources consumed?
Answer options
- A. kubectl get resourcequotas
- B. kubectl config get-resourcequotas limits
- C. kubectl list resourcequotas
- D. kubectl describe resourcequotas
Correct answer: D
Explanation
The correct answer is D, as the 'kubectl describe resourcequotas' command provides detailed information about the resource quotas, including the limits set and the resources consumed. Options A and C only list resource quotas without details, and option B is not a valid command for retrieving resource quota information.