Created
April 9, 2017 14:12
-
-
Save ScalaWilliam/c1e10bb52af01abc82d1614b98ca29e9 to your computer and use it in GitHub Desktop.
How I got started with minikube/kubernetes on mac.
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
$ 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