
Explanation:
The correct command to install the kubectl client on a machine with Azure CLI installed for managing an Azure Kubernetes Service (AKS) cluster is 'az aks install-cli'. Option A is the correct answer. This command downloads and installs the kubectl CLI, which is used to manage Kubernetes clusters. The other options are incorrect because they either refer to different commands or incorrect methods of installing kubectl.
Ultimate access to all questions.
No comments yet.
On a Windows 10 computer with Azure CLI installed, which command installs the kubectl client for an AKS cluster?
A
az aks install-cli
B
Install-Module -Name AzureKubernetesService
C
kubectl install
D
az aks get-credentials