Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the ...
Microsoft AZ-104 Exam
Questions Number: 295 out of 549 Questions
53.73%
Question 295
Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some questions sets might have more than one correct solution, while others might not have a correct solution. After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen. You deploy an Azure Kubernetes Service (AKS) cluster named AKS1. You need to deploy a YAML file to AKS1. Solution: From Azure Cloud Shell, you run az aks. Does this meet the goal?
To deploy a YAML file, the command is: kubectl apply -f <file_name>.yaml Reference: https://docs.microsoft.com/en-us/azure/aks/kubernetes-walkthrough