Study. uk . com
  1. Home
  2. All questions
  3. Question 475

CKA study material · question 475 of 1000

Which command prints the documentation for a manifest's fields?

  1. kubectl explain
  2. kubectl diff
  3. kubectl describe
  4. kubectl api-resources
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

Challenge yourself on this topic → Study as cards