Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 515 Bytes

minikube.md

File metadata and controls

13 lines (10 loc) · 515 Bytes

Minikube Cheat Sheet

Command Description
minikube start Starts (and installs if not exists yet) the minikube node on the VM.
minikube stop Stops the minikube node on the VM.
minikube delete Deletes the minikube node from the VM.
minikube dashboard Opens the minikube Kubernetes dashboard in the browser.

Useful links