Skip to content

Instantly share code, notes, and snippets.

@xwlee
Last active September 23, 2019 14:35
Show Gist options
  • Save xwlee/94d5ae152d3c9553f98ae2c3ffffb49f to your computer and use it in GitHub Desktop.
Save xwlee/94d5ae152d3c9553f98ae2c3ffffb49f to your computer and use it in GitHub Desktop.
Using Minikube Cluster
# 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