Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Table of Contents

Intsall Minikube

login Login into your vm and run the below command as sudo user,

Code Block
languagebash
themeMidnight
titleminikube install
curl -LO https://storage.googleapis.com/kubernetes-release/release/`curl -s https://storage.googleapis.com/kubernetes-release/release/stable.txt`/bin/linux/amd64/kubectl


Start minikube

Install Helm

...