Skip to content

Instantly share code, notes, and snippets.

@ramitsurana
Last active August 2, 2016 14:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ramitsurana/21a137d1007980cadb98253b43a35ead to your computer and use it in GitHub Desktop.
Save ramitsurana/21a137d1007980cadb98253b43a35ead to your computer and use it in GitHub Desktop.
Steps to download and configure minikube Kubernetes on ubuntu
# Ensure Installation of kubectl first
# Visit for http://kubernetes.io/docs/getting-started-guides/binary_release/
# For downloading any prerequisites
# Visit https://github.com/kubernetes/minikube/blob/master/DRIVERS.md
# Download & install Minikube
curl -Lo minikube https://storage.googleapis.com/minikube/releases/v0.7.1/minikube-linux-amd64 && chmod +x minikube && sudo mv minikube /usr/local/bin/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment