Valid AZ-104 Dumps shared by ExamDiscuss.com for Helping Passing AZ-104 Exam! ExamDiscuss.com now offer the newest AZ-104 exam dumps, the ExamDiscuss.com AZ-104 exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com AZ-104 dumps with Test Engine here:
You have an Azure Kubernetes cluster in place. You have to deploy an application using an Azure Container registry image. Which of the following command can be used for this requirement?
Correct Answer: B
kubectl apply : Correct Choice The kubectl command can be used to deploy applications to a Kubernetes cluster. az kubernetes deploy : Incorrect Choice This command is used to manage Azure Kubernetes Services. This is not used to deploy applications to a Kubernetes cluster. New-AzKubernetes set : Incorrect Choice This command is used to create a new managed Kubernetes cluster. This is not used to deploy applications to a Kubernetes cluster. docker run : Incorrect Choice This is run command in a new container. This is not used to deploy applications to a Kubernetes cluster. Reference: https://kubernetes.io/docs/reference/generated/kubectl/kubectl-commands#apply https://docs.microsoft.com/en-us/cli/azure/aks?view=azure-cli-latest https://docs.microsoft.com/en-us/powershell/module/az.aks/New-AzAks?view=azps-3.8.0&viewFallbackFrom=azps-4.3.0 https://docs.docker.com/engine/reference/commandline/run/