Kubernetes and Cloud Native Associate (KCNA) — Question 102

Which of the following is a correct definition of a Helm chart?

Answer options

Correct answer: D

Explanation

The correct answer is D because a Helm chart functions like a package, encapsulating all necessary resource definitions to deploy an application on Kubernetes. Options A and C incorrectly describe the format or application method, while B incorrectly states that Helm charts use JSON instead of YAML.