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

Get all nodes

kubectl get nodes

Describe all nodes

kubectl describe nodes

Deploy a simple application on minikube

kubectl create deployment web --image nginx
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment