-
Download and install as an Administrator the Latest MSI of the Azure CLI from here -> Azure CLI 64-bit or Azure CLI 32-bit
-
Simply download the latest version of kubectl (without installing it) from here -> kubectl.
(Further instructions will be given inside the classroom)
-
Download and install Azure CLI using one of the methods described in the official guide -> How to Install Azure CLI on Linux
-
Simply download the latest kubectl version (without installing it) using the following command:
curl -LO "https://dl.k8s.io/release/$(curl -L -s https://dl.k8s.io/release/stable.txt)/bin/linux/amd64/kubectl"