Which command displays the storage limits that have been set together with the amount of resources consumed?
Which command displays the storage limits that have been set together with the amount of resources consumed?A . kubect1 get resourcequotas B. kubect1 config get-resourcequotas limits C. kubect1 list resourcequotas D. kubect1 describe resourcequotasView AnswerAnswer: A Explanation: Create the ResourceQuota: ✑ kubectl apply -f https://k8s.io/examples/admin/resource/quota-mem-cpu.yaml -- namespace=quota-mem-cpu-example View detailed information...