AZ-400 · Question #166
Drag and Drop Question You have an Azure Kubernetes Service (AKS) cluster. You need to deploy an application to the cluster by using Azure DevOps. Which three actions should you perform in sequence? T
The correct answer is Create a service principal in Azure Active Directory (Azure AD).; Configure RBAC roles in the cluster.; Add a Helm package and deploy a task to the deployment pipeline.. To deploy an application to AKS via Azure DevOps, you first create a Service Principal in Azure AD to authenticate Azure DevOps with the AKS cluster, then configure RBAC roles in the cluster to grant the service principal appropriate permissions, and finally add a Helm package an
Question
Exhibits
Answer Area
Drag items
Correct arrangement
- Create a service principal in Azure Active Directory (Azure AD).
- Configure RBAC roles in the cluster.
- Add a Helm package and deploy a task to the deployment pipeline.
Explanation
To deploy an application to AKS via Azure DevOps, you first create a Service Principal in Azure AD to authenticate Azure DevOps with the AKS cluster, then configure RBAC roles in the cluster to grant the service principal appropriate permissions, and finally add a Helm package and deploy task to the pipeline since Helm is the standard tool for packaging and deploying Kubernetes applications. This sequence ensures secure, authorized deployment using the industry-standard Kubernetes package manager.
Topics
Community Discussion
No community discussion yet for this question.

