Minikube
Local Kubernetes engine that implements a local Kubernetes cluster on macOS, Linux, and Windows.
Why consider Minikube?
Minikube quickly sets up a local Kubernetes cluster on macOS, Linux, and Windows. It is optimized for daily development and testing of Kubernetes workloads on developer laptops.
Learn Minikube by building
Practical setup notes, real use cases, and copy-ready examples in one focused guide.
In this guide3 sections
Overview of Minikube
Minikube is the official CNCF local Kubernetes engine. It runs an all-in-one single or multi-node Kubernetes cluster inside a VM, container, or bare metal, providing all Kubernetes features such as LoadBalancers, ingress, DNS, and NodePorts.
Starting a Local Cluster
Install Minikube and start a cluster using the Docker driver:
minikube start --driver=dockerVerify cluster status:
kubectl get nodesminikube statusEnabling Ingress and Dashboard
Minikube includes built-in addons for developer workflows:
minikube addons enable ingressminikube dashboardMinikube is maintained by the Kubernetes SIGs community under the Apache License Version 2.0.
Related tools
More options with a similar category or technology profile.
diskus
Minimal, fast alternative to du -sh written in Rust using multi-threaded directory traversal.
peco
Simplistic interactive filtering tool for Unix pipelines, process lists, and file trees.
Dapr CLI
Command-line tool for managing Dapr distributed application runtime environments and sidecars.
Freeze
Generate beautiful image screenshots and SVGs of code snippets and terminal outputs.