- Home
- All questions
- Question 475
CKA study material · question 475 of 1000
Which command prints the documentation for a manifest's fields?
Show the answer
Answer: A. kubectl explain
kubectl explain prints field documentation, which settles a spelling question without leaving the shell.
Source: kubectl Quick Reference (Kubernetes) — Creating objects