Skip to content

Instantly share code, notes, and snippets.

@saulshanabrook
Created June 2, 2017 18:30
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 saulshanabrook/49e5d57aca963d28fcc6be31342b25d8 to your computer and use it in GitHub Desktop.
Save saulshanabrook/49e5d57aca963d28fcc6be31342b25d8 to your computer and use it in GitHub Desktop.
Magic kubernetes setup for mac

Install

# kubernetes
brew cask install minikube
minikube start

# helm
brew install kubernetes-helm
helm init

# registry
helm repo add incubator http://storage.googleapis.com/kubernetes-charts-incubator
helm install --name my-release incubator/kube-registry-proxy

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment