2.2 KiB
2.2 KiB
minikube
Minikube is a tool for managing local Kubernetes clusters.
Synopsis
Minikube is a CLI tool that provisions and manages single-node Kubernetes clusters optimized for development workflows.
Options
--alsologtostderr value log to standard error as well as files
--log_backtrace_at value when logging hits line file:N, emit a stack trace (default :0)
--log_dir value If non-empty, write log files in this directory
--logtostderr value log to standard error instead of files
--show-libmachine-logs Whether or not to show logs from libmachine.
--stderrthreshold value logs at or above this threshold go to stderr (default 2)
-v, --v value log level for V logs
--vmodule value comma-separated list of pattern=N settings for file-filtered logging
SEE ALSO
- minikube addons - Modify minikube's kubernetes addons
- minikube config - Modify minikube config
- minikube dashboard - Opens/displays the kubernetes dashboard URL for your local cluster
- minikube delete - Deletes a local kubernetes cluster.
- minikube docker-env - sets up docker env variables; similar to '$(docker-machine env)'
- minikube get-k8s-versions - Gets the list of available kubernetes versions available for minikube.
- minikube ip - Retrieve the IP address of the running cluster.
- minikube logs - Gets the logs of the running localkube instance, used for debugging minikube, not user code.
- minikube service - Gets the kubernetes URL for the specified service in your local cluster
- minikube ssh - Log into or run a command on a machine with SSH; similar to 'docker-machine ssh'
- minikube start - Starts a local kubernetes cluster.
- minikube status - Gets the status of a local kubernetes cluster.
- minikube stop - Stops a running local kubernetes cluster.
- minikube version - Print the version of minikube.