Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 938 Bytes

Kubernetes with Azure.md

File metadata and controls

17 lines (11 loc) · 938 Bytes

Kubernetes on Windows

  1. Download and install as an Administrator the Latest MSI of the Azure CLI from here -> Azure CLI 64-bit or Azure CLI 32-bit

  2. Simply download the latest version of kubectl (without installing it) from here -> kubectl.
    (Further instructions will be given inside the classroom)

Kubernetes on Linux

  1. Download and install Azure CLI using one of the methods described in the official guide -> How to Install Azure CLI on Linux

  2. 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"