Study. uk . com
  1. Home
  2. All questions
  3. Question 477

CKA study material · question 477 of 1000

What does kubectl api-resources report for each resource type? Choose two.

  1. Its short name and API group
  2. How many objects of that kind exist
  3. Which controller reconciles it
  4. Whether it is namespaced
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

Challenge yourself on this topic → Study as cards