$ minikube options
-p, --profile='minikube': The name of the minikube VM being used. This can be set to allow having multiple instances of minikube independently. -b, --bootstrapper='kubeadm': The name of the cluster bootstrapper that will set up the Kubernetes cluster. -v, --v=0: log level for V logs --log_dir='': If non-empty, write log files in this directory --logtostderr=false: log to standard error instead of files --alsologtostderr=false: log to standard error as well as files --log_backtrace_at=:0: when logging hits line file:N, emit a stack trace --stderrthreshold=2: logs at or above this threshold go to stderr --vmodule=: comma-separated list of pattern=N settings for file-filtered logging
start Starts a local Kubernetes cluster stop Stops a running local Kubernetes cluster pause pause Kubernetes unpause unpause Kubernetes status Gets the status of a local Kubernetes cluster delete Deletes a local Kubernetes cluster dashboard Access the Kubernetes dashboard running within the minikube cluster
docker-env Configure environment to use minikube's Docker daemon podman-env Configure environment to use minikube's Podman service cache Add, delete, or push a local image into minikube
addons Enable or disable a minikube addon config Modify persistent configuration values profile Get or list the the current profiles (clusters) update-context Update kubeconfig in case of an IP or port change
service Returns a URL to connect to a service tunnel Connect to LoadBalancer services
mount Mounts the specified directory into minikube ssh Log into the minikube environment (for debugging) kubectl Run a kubectl binary matching the cluster version node Add, remove, or list additional nodes
ssh-key Retrieve the ssh identity key path of the specified cluster ip Retrieves the IP address of the running cluster logs Returns logs to debug a local Kubernetes cluster update-check Print current and latest version number version Print the version of minikube
completion Generate command completion for a shell