- Home
- All questions
- Question 921
CKA study material · question 921 of 1000
Where does kubectl explain get the field documentation it prints?
Show the answer
Answer: C. From the server's own OpenAPI
kubectl explain retrieves field information from the server in OpenAPI format, so it describes the API the cluster actually serves rather than a version fixed in the client.
Source: kubectl explain (Kubernetes) — Synopsis