Microsoft
AZ-104 · Question #451
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 question sets might…
The correct answer is A. Yes. To manage a Kubernetes cluster, use the Kubernetes command-line client, kubectl then run "kubectl apply -f azure-vote.yaml" https://docs.microsoft.com/en-us/azure/aks/kubernetes-walkthrough
Submitted by dimitri_ru· Mar 4, 2026Deploy and manage Azure compute resources
Question
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 question 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 CLI, you run the kubectl client. Does this meet the goal?
Options
- AYes
- BNo
How the community answered
(48 responses)- A77% (37)
- B23% (11)
Explanation
To manage a Kubernetes cluster, use the Kubernetes command-line client, kubectl then run "kubectl apply -f azure-vote.yaml" https://docs.microsoft.com/en-us/azure/aks/kubernetes-walkthrough
Community Discussion
No community discussion yet for this question.