az-104 Practice Question 865
Exam: az-104
Domain: Manage virtual machines and containers
Topic: Create and manage containers
Difficulty: medium
HOTSPOT -
You have an Azure Kubernetes Service (AKS) cluster named AKS1 and a computer named Computer1 that runs Windows 10. Computer1 that has the Azure CLI installed.
You need to install the kubectl client on Computer1.
Which command should you run? To answer, select the appropriate options in the answer area.
Answer Options
A
az aks install-cli
Correct Answer
A: az aks install-cli
Explanation
To install kubectl locally, use the az aks install-cli command: az aks install-cli