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

CKA study material · question 104 of 1000

What does installing a Helm chart create?

  1. A ConfigMap holding the rendered manifests only
  2. A namespace named after the chart
  3. A release, tracked by name
  4. A CustomResourceDefinition per template
Show the answer

Answer: C. A release, tracked by name

Installing a chart creates a release object that Helm tracks by the name given or generated.

Source: Using Helm | Helm (Helm) — 'helm install': Installing a Package

Challenge yourself on this topic → Study as cards