minikube
Minikube provisions and manages local Kubernetes clusters optimized for development workflows
Subcommands
Name | Description |
---|---|
start | Starts a local Kubernetes cluster |
status | Gets the status of a local Kubernetes cluster |
stop | Stops a running local Kubernetes cluster |
delete | Deletes a local Kubernetes cluster |
unpause | Unpause Kubernetes |
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 |
image | Manage images |
addons | Enable or disable a minikube addon |
config | Modify persistent configuration values |
profile | Get or list 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 |
cp | Copy the specified file into minikube |
ssh-key | Retrieve the ssh identity key path of the specified node |
ssh-host | Retrieve the ssh host key of the specified node |
ip | Retrieves the IP address of the specified node |
logs | Returns logs to debug a local Kubernetes cluster |
update-check | Print current and latest version number |
version | Print the version of minikube |
options | Add, remove, or list additional nodes |
completion | Generate command completion for a shell |