Note: Chocolatey will make the setup process easier by a lot and is recommended
- Download Terraform from the Terraform Download Page
- Unzip the downloaded archive, and copy the executable file to a folder of choice ( f.e. C:\terraform})
- Add the folder to your PATH environmental variable.
- Download kubectl, v1.17.0 can be downloaded directly via this link
- Copy the downloaded executable to any folder you like ( f.e. C:\kubectl)
- Add the folder to your PATH environmental variable
You can also install kubectl with chocolatey via choco install kubernetes-cli
- Download the latest helm release from [https://github.com/helm/helm/releases/latest]
- Unpack the binary to any folder you like ( f.e. C:\kubernetes-helm)
- Add the folder to your PATH environmental variable
You can also install helm with chocolatey via choco install kubernetes-helm