- Home
- All questions
- Question 947
CKA study material · question 947 of 1000
kubectl version prints a client version but no server version. What does that indicate?
Show the answer
Answer: D. That kubectl cannot reach the cluster at all
The server version is fetched over the connection, so its absence points at connectivity or configuration rather than at kubectl itself.
Source: Troubleshooting kubectl (Kubernetes) — Verify kubectl setup