Intermediate Kubernetes
Q77 / 100

What is the purpose of the "kubectl explain <resource>" command?

Correct! Well done.

Incorrect.

The correct answer is B) It displays documentation for a resource type and its fields, including descriptions of the spec structure

B

Correct Answer

It displays documentation for a resource type and its fields, including descriptions of the spec structure

Explanation

"kubectl explain" prints API documentation for a resource or field, helping users understand what fields are available and how to structure a manifest correctly.

Progress
77/100