Exam KCNA All QuestionsBrowse all questions from this exam
Question 53

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

    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
hovnivalOption: A

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