nerdexam
Juniper

JN0-214 · Question #48

You are asked to deploy a Kubernetes application on your cluster. You want to ensure the application, and all of its required resources, can be deployed using a single package, with all…

The correct answer is B. A Helm chart should be used for the application. Helm is a package manager for Kubernetes that allows you to define, install, and upgrade applications using charts . A Helm chart packages all the required resources (e.g., deployments, services, config maps) into a single unit and allows you to define variables (via…

Cloud Fundamentals

Question

You are asked to deploy a Kubernetes application on your cluster. You want to ensure the application, and all of its required resources, can be deployed using a single package, with all install-related variables defined at start time. Which tool should you use to accomplish this objective?

Options

  • AA YAML manifest should be used for the application.
  • BA Helm chart should be used for the application.
  • CAn Ansible playbook should be run for the application.
  • DKubernetes imperative CLI should be used to run the application.

How the community answered

(30 responses)
  • A
    13% (4)
  • B
    77% (23)
  • C
    3% (1)
  • D
    7% (2)

Explanation

Helm is a package manager for Kubernetes that allows you to define, install, and upgrade applications using charts . A Helm chart packages all the required resources (e.g., deployments, services, config maps) into a single unit and allows you to define variables (via values.yaml) that can be customized at deployment time.

Topics

#Helm charts#Kubernetes packaging#application deployment#package management

Community Discussion

No community discussion yet for this question.

Full JN0-214 Practice