Minikube: Difference between revisions
From Freephile Wiki
mNo edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
{{Messagebox|type=warning|text=I recently discovered problems running minikube - due to a conflict with Docker Desktop? - See the Google Doc and note resolution}} | |||
[https://minikube.sigs.k8s.io/docs/ minikube] is the tool for ''local'' Kubernetes. <code>minikube</code> quickly sets up a local Kubernetes cluster on macOS, Linux, and Windows. We proudly focus on helping application developers and new Kubernetes users. | [https://minikube.sigs.k8s.io/docs/ minikube] is the tool for ''local'' Kubernetes. <code>minikube</code> quickly sets up a local Kubernetes cluster on macOS, Linux, and Windows. We proudly focus on helping application developers and new Kubernetes users. | ||
Latest revision as of 00:44, 12 November 2025
minikube is the tool for local Kubernetes. minikube quickly sets up a local Kubernetes cluster on macOS, Linux, and Windows. We proudly focus on helping application developers and new Kubernetes users.
Instead of needing to setup multiple control plane instances plus multiple pods, Minikube has the Master and Node processes run on ONE machine with Docker pre-installed.
Highlights[edit]
- Supports the latest Kubernetes release (+6 previous minor versions)
- Cross-platform (Linux, macOS, Windows)
- Deploy as a VM, a container, or on bare-metal
- Multiple container runtimes (CRI-O, containerd, docker)
- Direct API endpoint for blazing fast image load and build
- Advanced features such as LoadBalancer, filesystem mounts, FeatureGates, and network policy
- Addons for easily installed Kubernetes applications
- Supports common CI environments
Docs[edit]
minikube dashboard will launch your browser with a visual dashboard of your local cluster(s).