Microsoft
AZ-204 · Question #145
A team is developing container-based applications that need to be deployed to a Kubernetes cluster in Azure. You have to create the cluster and ensure the services are running as desired. Which of…
The correct answer is A. az aks create B. az group create C. kubectl apply E. az aks get-credentials. https://docs.microsoft.com/en-us/azure/aks/kubernetes-walkthrough
Submitted by akirajp· Mar 30, 2026Develop Azure compute solutions
Question
A team is developing container-based applications that need to be deployed to a Kubernetes cluster in Azure. You have to create the cluster and ensure the services are running as desired. Which of the following commands would you execute? Choose 4 answers from the options given below
Options
- Aaz aks create
- Baz group create
- Ckubectl apply
- Daz appservice plan create
- Eaz aks get-credentials
How the community answered
(45 responses)- A78% (35)
- D22% (10)
Explanation
https://docs.microsoft.com/en-us/azure/aks/kubernetes-walkthrough
Topics
#AKS#kubectl apply#az aks create#container deployment
Community Discussion
No community discussion yet for this question.