- Home
- All questions
- Question 476
CKA study material · question 476 of 1000
A namespaced query returns nothing for a kind. Which command confirms it is cluster-scoped?
Show the answer
Answer: D. kubectl api-resources --namespaced=false
kubectl api-resources --namespaced=false lists the cluster-scoped kinds.
Source: kubectl Quick Reference (Kubernetes) — Resource types