AZ-400 – Question 242

0
110
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

Correct Answer: D 

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.

NO COMMENTS