commands.sh

minikube

all

Run Kubernetes locally.

More info →

Examples (7)

Start the cluster

Get the IP address of the cluster

Access a service named `my_service` exposed via a node port and get the URL

minikube service my_service --url

Open the Kubernetes dashboard in a browser

minikube dashboard

Stop the running cluster

Delete the cluster

minikube delete

Connect to LoadBalancer services

minikube tunnel
made by @shridhargupta | data from tldr-pages