exam questions

Exam AZ-400 All Questions

View all questions & answers for the AZ-400 exam

Exam AZ-400 topic 8 question 18 discussion

Actual exam question from Microsoft's AZ-400
Question #: 18
Topic #: 8
[All AZ-400 Questions]

Your company has a release pipeline in an Azure DevOps project.
You plan to deploy to an Azure Kubernetes Services (AKS) cluster by using the Helm package and deploy task.
You need to install a service in the AKS namespace for the planned deployment.
Which service should you install?

  • A. Azure Container Registry
  • B. Chart
  • C. Kubectl
  • D. Tiller
Show Suggested Answer Hide Answer
Suggested Answer: D 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
xfeniksx
Highly Voted 4 years, 10 months ago
Helm 3 supports a new chart format and no longer installs the Tiller server-side component.
upvoted 32 times
...
scottmct
Highly Voted 4 years, 1 month ago
"chart" is not an answer. Helm packages **were and are** called "charts", and in order to deploy a chart (using the devops Helm Task), you do not need to deploy some "chart" service. Helm 3 uses K8S Secrets as well as the Standard API, so the Tiller Service is now obsolete. Try it - you do not have to install anything into the cluster before using the Helm-Task in devops. This is simply an old question, and if MS really still uses it, "Tiller" would still be the only sensible answer assuming we're talking Helm 2.
upvoted 28 times
rdemontis
3 years, 1 month ago
agree with you
upvoted 3 times
...
...
ahmedMN
Most Recent 6 months ago
Selected Answer: C
Tiller was previously part of Helm for managing releases in Helm v2 but has been removed in Helm v3. Since Helm v3, Tiller is no longer needed, and kubectl is used for direct communication with the Kubernetes API.
upvoted 1 times
...
4bd3116
1 year ago
Selected Answer: C
Since Tiller has been deprecated in Helm version 3 and later, you no longer need to install Tiller in your AKS cluster.
upvoted 3 times
...
vsvaid
1 year, 4 months ago
Selected Answer: D
Tiller service
upvoted 1 times
...
Madbo
2 years ago
The correct answer is D. Tiller. Tiller is an in-cluster component of Helm which interacts with the Kubernetes API server to install, upgrade, query, and remove Kubernetes resources. It manages the deployment of Charts, which are packages of pre-configured Kubernetes resources, and is used in conjunction with the Helm package and deploy task in Azure DevOps to deploy applications to an AKS cluster.
upvoted 1 times
...
jhon9012227
2 years, 4 months ago
To deploy to an Azure Kubernetes Services (AKS) cluster using the Helm package and deploy task, you would need to install the Helm Tiller service in the AKS namespace. Helm is a package manager for Kubernetes that allows you to manage Kubernetes applications by using a simple YAML file, called a Chart. Tiller is the server-side component of Helm that runs inside the Kubernetes cluster and manages the installation, upgrade, and removal of Charts.
upvoted 1 times
...
syu31svc
2 years, 9 months ago
Selected Answer: D
https://www.bmc.com/blogs/kubernetes-helm-charts/# "Helm Charts are simply Kubernetes YAML manifests combined into a single package that can be advertised to your Kubernetes clusters" https://docs.microsoft.com/en-us/azure/devops/pipelines/tasks/deploy/helm-deploy?view=azure-devops "You can use the task to install or update Tiller to a Kubernetes namespace" Answer is D
upvoted 2 times
...
Eltooth
2 years, 11 months ago
Selected Answer: D
D is correct answer.
upvoted 2 times
...
UnknowMan
3 years ago
Correct
upvoted 2 times
...
rdemontis
3 years, 1 month ago
Selected Answer: D
The question asks: "Which service should you install". Chart is not a service but a package, so I suppose this is another old question with old answer options. Tiller should be the correct answer even if it is not used anymore on helm 3
upvoted 3 times
...
durel
3 years, 3 months ago
Selected Answer: D
the given answer is correct
upvoted 2 times
...
[Removed]
3 years, 5 months ago
Selected Answer: B
Make sense that it's B check link from vglearn
upvoted 1 times
[Removed]
3 years, 5 months ago
sorry am wrong. explanation from scottmct seems to make most sense
upvoted 2 times
...
...
antococ
3 years, 8 months ago
This question should specify what Helm version was installed on target server to answer correctly, is it was Helm 2 tiller was the correct answer, if it was Helm v3 no service is needed to install
upvoted 1 times
...
somnathpate
3 years, 12 months ago
Tiller, Verified. Source:https://docs.microsoft.com/en-us/azure/devops/pipelines/tasks/deploy/helm-deploy?view=azure-devops
upvoted 5 times
...
Pop1
4 years ago
Per Microsoft, "The Helm package and deploy task can be used to package the app and deploy it to a Kubernetes cluster. You can use the task to install or update Tiller to a Kubernetes namespace, to securely connect to Tiller over TLS for deploying charts, or to run any Helm command such as lint." https://docs.microsoft.com/en-us/azure/devops/pipelines/tasks/deploy/helm-deploy?view=azure-devops
upvoted 2 times
...
DeepMoon
4 years, 1 month ago
You need to install a service in the AKS namespace. Which service should you install? Answer is A: Azure Container Registry. (Here is why?) What most people don't realize is you don't need a separate repo for Helm charts. You store Helm Charts along with the base container images in ACR. That is what you need to configure. Where to get the containers & apps, that helm charts are trying to install. Tiller is Only applicable to Helm 2 & below. Helm 3 is the current.
upvoted 2 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...
exam
Someone Bought Contributor Access for:
SY0-701
London, 1 minute ago