Last active
August 2, 2016 14:27
-
-
Save ramitsurana/21a137d1007980cadb98253b43a35ead to your computer and use it in GitHub Desktop.
Steps to download and configure minikube Kubernetes on ubuntu
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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