Last active
September 23, 2019 14:35
-
-
Save xwlee/94d5ae152d3c9553f98ae2c3ffffb49f to your computer and use it in GitHub Desktop.
Using Minikube Cluster
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
| # Install minikube | |
| ``` | |
| brew install minikube | |
| ``` | |
| # Create minikube cluster | |
| ``` | |
| minikube start | |
| ``` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment