Skip to content

Instantly share code, notes, and snippets.

@ScalaWilliam
Created April 9, 2017 14:12
Show Gist options
  • Save ScalaWilliam/c1e10bb52af01abc82d1614b98ca29e9 to your computer and use it in GitHub Desktop.
Save ScalaWilliam/c1e10bb52af01abc82d1614b98ca29e9 to your computer and use it in GitHub Desktop.
How I got started with minikube/kubernetes on mac.
$ brew install kubectl
$ minikube start
$ minikube dashboard
Set up a service (e.g. scalawilliam/eventsource-hub)
$ kubectl cluster-info
Get an IP
$ kubectl describe service
Get NodePort
$ curl http://<NodePort>:<IP>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment