KCNA Exam QuestionsBrowse all questions from this exam

KCNA Exam - Question 53


Which of these commands is used to retrieve the documentation and field definitions for a Kubernetes resource?

Show Answer
Correct Answer: A

The command 'kubectl explain' is used to retrieve the documentation and field definitions for a Kubernetes resource. It provides detailed information about the specified resource, including descriptions of fields and their types. This helps in understanding the resource's structure and attributes.

Discussion

1 comment
Sign in to comment
hovnivalOption: A
Apr 23, 2024

ChatGPT 3.5 says A "kubectl explain <resource-name>" Copilot says B even after some talk to it. I am going for A.