AZ-400 · Question #54
Drag and Drop Question You have an Azure Kubermets Service (AKS) implementation that is RBAC-enabled. You plan to use Azure Container Instances as a hosted development environment to run containers in
The correct answer is Run az role assignment create; Create a YAML file.; Run kubectl apply.. To configure Azure Container Instances (ACI) as a virtual node in an RBAC-enabled AKS cluster, you must first run 'az role assignment create' to grant the necessary permissions for ACI to interact with the AKS cluster. Next, you create a YAML manifest file that defines the virtua
Question
Exhibits
Answer Area
Drag items
Correct arrangement
- Run az role assignment create
- Create a YAML file.
- Run kubectl apply.
Explanation
To configure Azure Container Instances (ACI) as a virtual node in an RBAC-enabled AKS cluster, you must first run 'az role assignment create' to grant the necessary permissions for ACI to interact with the AKS cluster. Next, you create a YAML manifest file that defines the virtual node configuration or workload deployment targeting the ACI virtual node. Finally, you run 'kubectl apply' to apply the YAML configuration to the Kubernetes cluster, deploying the containers to ACI as the hosted environment.
Topics
Community Discussion
No community discussion yet for this question.

