- Home
- All questions
- Question 477
CKA study material · question 477 of 1000
What does kubectl api-resources report for each resource type? Choose two.
Show the answer
Answer: A. Its short name and API group
D. Whether it is namespaced
It lists every resource type with its short name, API group, namespaced flag and kind.
Source: kubectl Quick Reference (Kubernetes) — Resource types