2.2 KiB
2.2 KiB
title | linkTitle | weight | description |
---|---|---|---|
Overview | Overview | 1 | What is it? |
minikube implements a local Kubernetes cluster on macOS, Linux, and Windows.
minikube's primary goals are to be the best tool for local Kubernetes application development and to support all Kubernetes features that fit.
minikube runs the latest stable release of Kubernetes, with support for standard Kubernetes features like:
- LoadBalancer - using
minikube tunnel
- Multi-cluster - using
minikube start -p <name>
- NodePorts - using
minikube service
- Persistent Volumes
- Ingress
- RBAC
- Dashboard -
minikube dashboard
- Container runtimes -
start --container-runtime
- Configure apiserver and kubelet options via command-line flags
As well as developer-friendly features:
- Addons - a marketplace for developers to share configurations for running services on minikube
- GPU support - for machine learning
- Filesystem mounts
- Automatic failure analysis
Why do I want it?
If you would like to develop Kubernetes applications:
- locally
- offline
- using the latest version of Kubernetes
Then minikube is for you.
- What is it good for? Developing local Kubernetes applications
- What is it not good for? Production Kubernetes deployments
- What is it not yet good for? Environments which do not allow VM's
Where should I go next?
- Getting Started: Get started with minikube
- Examples: Check out some minikube examples!
📣😀 Please fill out our fast 5-question survey so that we can learn how & why you use minikube, and what improvements we should make. Thank you! 💃🏽🎉