nerdexam
Microsoft

AZ-400 · Question #137

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…

The correct answer is D. Tiller. Before you can deploy Helm in an RBAC-enabled AKS cluster, you need a service account and role binding for the Tiller service. Incorrect Answers: C: Kubectl is a command line interface for running commands against Kubernetes clusters…

Submitted by klara.se· Mar 6, 2026Design and implement build and release pipelines

Question

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?

Options

  • AAzure Container Registry
  • BChart
  • CKubectl
  • DTiller

How the community answered

(45 responses)
  • A
    7% (3)
  • B
    9% (4)
  • C
    2% (1)
  • D
    82% (37)

Explanation

Before you can deploy Helm in an RBAC-enabled AKS cluster, you need a service account and role binding for the Tiller service. Incorrect Answers: C: Kubectl is a command line interface for running commands against Kubernetes clusters. https://docs.microsoft.com/en-us/azure/aks/kubernetes-helm

Topics

#Helm#AKS#Tiller#Kubernetes deployment

Community Discussion

No community discussion yet for this question.

Full AZ-400 Practice