ExamGecko
Question list
Search
Search

Question 45 - 5V0-23.20 discussion

Report
Export

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

A.
kubect1 get resourcequotas
Answers
A.
kubect1 get resourcequotas
B.
kubect1 config get-resourcequotas limits
Answers
B.
kubect1 config get-resourcequotas limits
C.
kubect1 list resourcequotas
Answers
C.
kubect1 list resourcequotas
D.
kubect1 describe resourcequotas
Answers
D.
kubect1 describe resourcequotas
Suggested answer: A

Explanation:

Create the ResourceQuota:

kubectl apply -f https://k8s.io/examples/admin/resource/quota-mem-cpu.yaml --namespace=quotamem- cpu-example

View detailed information about the ResourceQuota:

kubectl get resourcequota mem-cpu-demo --namespace=quota-mem-cpu-example --output=yaml

asked 16/09/2024
Wissem GHARBI
33 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first