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