- Home
- All questions
- Question 965
CKA study material · question 965 of 1000
A colleague insists a Deployment exists, but kubectl get deployments returns nothing. What is the most likely explanation?
Show the answer
Answer: C. The command was run against a different namespace
kubectl get on a namespaced type shows only the current namespace unless one is named, which is a frequent reason for an object appearing to be missing.
Source: kubectl get (Kubernetes) — Synopsis