Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 1.2 KB

README.md

File metadata and controls

27 lines (17 loc) · 1.2 KB

Microsoft Bedrock with Hyper-V on minikube

Prerequisits

Note: Chocolatey will make the setup process easier by a lot and is recommended

Terraform

  1. Download Terraform from the Terraform Download Page
  2. Unzip the downloaded archive, and copy the executable file to a folder of choice ( f.e. C:\terraform})
  3. Add the folder to your PATH environmental variable.

kubectl

  1. Download kubectl, v1.17.0 can be downloaded directly via this link
  2. Copy the downloaded executable to any folder you like ( f.e. C:\kubectl)
  3. Add the folder to your PATH environmental variable

You can also install kubectl with chocolatey via choco install kubernetes-cli

helm

  1. Download the latest helm release from [https://github.com/helm/helm/releases/latest]
  2. Unpack the binary to any folder you like ( f.e. C:\kubernetes-helm)
  3. Add the folder to your PATH environmental variable

You can also install helm with chocolatey via choco install kubernetes-helm