Kubernetes - Minikube - A Local Kubernetes Development Environment

Kubernetes·Kubernetes.minikube

minikube quickly sets up a local Kubernetes cluster on macOS, Linux, and Windows. We proudly focus on helping application developers and new Kubernetes users.

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.

winget install --id Kubernetes.minikube --exact --source winget

Latest 1.39.0·September 2, 2026

Release Notes

πŸ“£πŸ˜€ 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! πŸ’ƒπŸŽ‰ Release Notes Version 1.39.0 - 2026-09-01 Highlights

  • Add support for Kubernetes v1.36 and v1.37 (default: v1.37.0)
  • Default container runtime is now containerd
  • Add Traefik Helm-based ingress addon
  • VirtualBox driver now supports Apple Silicon (VirtualBox 7.1+) Features
  • Add support for Kubernetes v1.36 and v1.37 (default: v1.37.0) (#23567, #23596)
  • Add Traefik Helm-based addon (#23225)
  • Add Helm to minikube ISO (#23420)
  • Upgrade default guest Helm client to Helm 4 (#23383)
  • Add configurable DNS servers for VM drivers (#23069)
  • Add --mdns flag to enable mDNS on every VM start (#22964, #23208)
  • drivers: Use deterministic MAC addresses (#23172)
  • vfkit: Auto-select vmnet-shared network when available (#23040)
  • virtualbox: Support darwin/arm64 with VirtualBox 7.1+ (#22861)
  • ISO: Add systemd-coredump for crash stack traces (#23064)
  • ISO: Enable kernel nftables (CONFIG_NF_TABLES) for knftables consumers (#23518)
  • ISO: Enable securityfs for Calico 3.32.2 (#23592)
  • ISO: Include openvswitch kernel module for aarch64 (#23151)
  • ISO: Enable CONFIG_TASK_IO_ACCOUNTING and related kernel options (#23271)
  • infra: Download preloads from GitHub as default and GCS as failover (#23087) Performance
  • drivers: Start VM drivers in parallel (#23112)
  • Add --vmnet-offloading start flag for krunkit driver (#22962)
  • ssh: Prefer AES-GCM ciphers for external SSH client (#23125)
  • ssh: Avoid unneeded sleep when waiting for SSH server (#23001) Bug fixes
  • addons: Fix Helm verification failure inside guest VMs (#23253, #23329)
  • Fix kubectl exec with cri-dockerd on Kubernetes v1.36+ by disabling ExtendWebSocketsToKubelet (#22921)
  • Fix --extra-config=etcd.* producing invalid kubeadm config (#23051)
  • Fix logic for multi-node CNI warning. (#22779)
  • Fix SSHRunner ExitCode always returning 0 for SSH commands (#23364)
  • Fix usage string for minikube node commands. (#22775)
  • kvm: Check libvirt group membership before running virsh (#23369)
  • Fix preserve tag for registry refs with a port (#23228)
  • Use buffered channels to prevent goroutine leak on status timeout (#23215)
  • Fix warning against virtualbox only when the flag is explicit (#22960)
  • image load: Fix silent failure when loading an image used by a container (#23034)
  • node add: Use suggestMemoryAllocation instead of hardcoded 2200MB (#23305)
  • proxy: Walk RoundTripper wrappers to strip proxy on inner *http.Transport (#22910)
  • vmnet: Fix brew install path on Intel Macs and support brew bin path (#23039)
  • mount: Clarify need for bidirectional firewall rules (#20442)
  • drivers: Deduplicate DHCP lease handling on macOS (#23084)
  • hack/update: Track registry addon on the major tag (#23586)
  • hack/update: Update kong image tag to 3 (#23585)
  • ISO: Replace spaces with tabs in nerdctl-bin Buildroot package files (#23438)
  • ISO: Attempt to fix ISO build failures (#22879)
  • ISO: Fix ISO build script reliability and error handling (#23218)
  • ISO: Support building the arm64 ISO on an arm64 host (#22862)
  • ISO: Use binaries for docker buildx instead of build from source (#22942) Breaking changes
  • Change default container runtime to containerd (#23562)
  • ISO/KIC: Limit support for cri-dockerd to x86 & arm64 and migrate cri-dockerd to pre-compiled GitHub binaries (#22922) Addons
  • Addon Headlamp: Update from v0.40.0 to v0.45.0
  • Addon Volcano: Update from v1.14.1 to v1.15.1
  • Addon cloud-spanner: Update from 1.5.49 to 1.5.56
  • Addon ingress: Update from v1.14.3 to v1.15.1
  • Addon ingress: Update kube-webhook-certgen image from v1.6.7 to v1.6.9
  • Addon inspektor-gadget: Update from v0.49.1 to v0.55.1
  • Addon kong: Update kong image from 3.9.1 to 3.9.3
  • Addon kong: Update kong/kubernetes-ingress-controller image from 3.5.3 to 3.5.13
  • Addon kubevirt: Update from v1.7.0 to v1.9.0
  • Addon metrics-server: Update from v0.8.1 to v0.9.0
  • Addon nvidia-device-plugin: Update from v0.18.2 to v0.20.0
  • Addon registry: Update from 3.0.0 to 3.1.1
  • Addon yakd: Update from 0.0.8 to 0.0.9
  • HA (multi-control plane): Update kube-vip from v1.0.4 to v1.2.3 Base images
  • ISO: Update Buildroot to 2025.02.16
  • ISO: Update docker-buildx from v0.33.0 to v0.36.1
  • ISO: Update kernel from 6.6.95 to 6.6.152
  • Kicbase/ISO: Update buildkit from v0.26.3 to v0.32.2
  • Kicbase/ISO: Update cni-plugins from v1.9.0 to v1.9.1
  • Kicbase/ISO: Update containerd from 2.2.1 to 2.3.4
  • Kicbase/ISO: Update cri-dockerd from v0.4.1 to v0.4.3
  • Kicbase/ISO: Update crun from 1.26 to 1.29.1
  • Kicbase/ISO: Update go from 1.26.2 to 1.26.4
  • Kicbase/ISO: Update nerdctl from 2.2.1 to 2.3.5
  • Kicbase/ISO: Update runc from v1.4.0 to v1.5.1
  • Kicbase: Bump debian:bookworm from 20260202 to 20260713 CNI
  • CNI: Update calico from v3.31.3 to v3.32.2
  • CNI: Update cilium from v1.19.0 to v1.20.1
  • CNI: Update flannel from v0.28.1 to v0.28.9
  • CNI: Update kindnetd from v20260213-ea8e5717 to v20260820-69b56db7 Localization
  • Add Brazilian Portuguese language through LANGUAGE=pt-BR (#23062, #23580) Site
  • docs: Add tutorial for running minikube on AWS EC2 (#23017)
  • docs: Fix tunnel desc link (#22389)
  • Fix ai-playground.md request limits to use the devic.es/dri (#23152)
  • Fix typos in vmnet-helper documentation (#22655)
  • Remove unnecessary comma in dashboard.md (#23101)
  • Fix copy button and code block overlap (#23443)
  • Update deployment image tag from v10 to v11 (#23060)
  • Update hyperkit to note deprecation, note Apple Silicon hypervisor alternatives (#23027)
  • Update roadmap with minikube-machine removed (#22763) Owners
  • Add nirs to minikube approvers (#22936)
  • Move spowelljr from emeritus_approvers to reviewers (#23555) Testing
  • Add etcd-extra-args.yaml to template generation (#23556)
  • containerd: Skip TestPreload user-image check (#23036)
  • Fix flaky TestHelmInstall: use minimum version floor (#23326)
  • helm: Improve error handling, type safety, and test clarity (#23348)
  • Fix golangci-lint v2.12.2 update & verify exact checksums (#23009)
  • golangci-lint: Fix all lint errors with latest version (#23058)
  • hack/prow: Update cri-dockerd to v0.4.3 for the none-driver integration script (#22992)
  • lint: Change lint level from min to default (#23011)
  • lint: Tighten golangci-lint rules and modernize Go concurrency, sorting, and error handling (#23015)
  • Skip flaky integration tests to unblock CI (#23137)
  • Skip TestAddons/parallel/Registry to unblock development (#23049)
  • Skip unrelated workflows for site-only changes (#23133)
  • tests: Fix TestISOImage memory and HelmVersion path (#23527)
  • virtiofs: Build and test the package only on darwin (#23504) Build
  • infra: Add auto-pause-hook image build & push target for registry.k8s.io in prow (#23021)
  • infra: Add storage provisioner image targets for building in staging registry.k8s.io (#22970)
  • infra: Isolate gsutil state directory to prevent resumable upload conflicts (#23020)
  • infra: Modularize prow image targets to its own makefile (#23019)
  • infra: Fix gh cli installation in prow kic image (#22978)
  • infra: Fix kic image build in staging registry.k8s.io (#22973)
  • hack/release_notes: Export GITHUB_TOKEN for changelog.go (#23602) Refactoring
  • refactor: Add NodeProvisioner interface with linuxNodeProvisioner (#23319)
  • refactor: Replace Split in loops with more efficient SplitSeq (#23033)
  • refactor: Use slices.Contains to simplify code (#23221)
  • refactor: Use the built-in max/min to simplify the code (#23384)
  • Remove redundant variable declarations in for loops (#23113) Thank you Thank you to our contributors for this release!
  • Abdul Rehman
  • Abedegno
  • Anders F BjΓΆrklund
  • Bob Sira
  • Dean Chen
  • Edward Vielmetti
  • Felipe Soler
  • Hemanth_JS
  • Jathavedhan M
  • Jonathan Krefting
  • Krypt0n123
  • Kubernetes Prow Robot
  • Masaru Nomura
  • Matthew Cengia
  • Medya Ghazizadeh
  • Nir Soffer
  • Nitish Agarwal
  • Noam Cohen
  • Patrick Hagan
  • Rafael Moura Friederick
  • Roslaan001
  • Ross Alexander
  • Samrridh
  • Santhosh Bheeman
  • Sathvik
  • Shriamrut V
  • Steven Powell
  • Swastik Baranwal
  • Todd Liebenschutz-Jones
  • Vladyslav Tkachenko
  • adisivaprasad
  • baohuy1303
  • caltechustc
  • coderrick
  • daixihegu
  • dependabot[bot]
  • kubernetes-prow[bot]
  • minikube-bot
  • no
  • pengqima
  • pli01
  • priya11-2
  • solunolab
  • tanikush
  • thc1006
  • tim-alt-delete
  • wasimat404
  • yash2006kr
  • zjuzhongwen
  • zxuhan7 Thank you to our PR reviewers for this release!
  • nirs (537 comments)
  • Roslaan001 (75 comments)
  • Copilot (57 comments)
  • afbjorklund (32 comments)
  • medyagh (17 comments)
  • bobsira (8 comments)
  • nitishagar (4 comments)
  • obnoxxx (3 comments)
  • abedegno (2 comments)
  • HarnageaGabriel (1 comments) Thank you to our triage members for this release!
  • nirs (95 comments)
  • afbjorklund (40 comments)
  • Roslaan001 (21 comments)
  • OchukoWH (14 comments)
  • bhavyaBeliever (9 comments) More info
  • Commits since v1.38.1
  • Contributions leaderboard Installation See Getting Started Binary Checksums darwin-amd64: 12247c653b6f1b58ac7bb634f6d1e31a1d33f7c63a6f99cbdaef160de15d2175 darwin-arm64: 78ad8f2f3b35a81e9c2501b1a65961c1521aa4c76fbbe1b5409053db49e29bcd linux-amd64: b738496da01be06bbaf80c688f57ce25acd3849fbb518155f3a88e03ef555aa4 linux-arm64: 202f331cb677761c5aec81c58472d16d65707358b9f66226210be3fe3275b1c3 linux-ppc64le: 4ec38cf4b985e1733b3847972228d9114c61e2ec07e3c779f433a06fd614e2aa linux-s390x: 4a0f4a6d74391ea783f8c5f970347133455b2554baca1e84299855eec376b0d4 windows-amd64.exe: 776386465ded2cf610ae397fe302de32c44d12134b5ce7ce98ab05bd7713b360 ISO Checksums amd64: e034d26e27e03e37aab43cd3560c40f955a3476cc994e8964585523a1ba86b6a arm64: eda54e212256fe54220a09a8fa50a43a3a314d927252df872d1c67a3773798bd

Installer type: nullsoft

x64β€”13334FB9AAF70A2B88A9DCD51BD888B265F2817DBC9E1FDF7F5410C797178674

Details

Homepage
https://minikube.sigs.k8s.io/docs
License
Apache-2.0
Publisher
Kubernetes
Support
https://github.com/kubernetes/minikube/issues
Copyright
Β© 2022 The Kubernetes Authors -- All Rights Reserved

Tags

containercontainerizationkubernetesvirtualization

Older versions (34)

1.38.1
x64β€”4191FA56BDF25C4BB785F62BBB005A06C56E51CC9E08116149F7F816B907187D
1.38.0
x64β€”A66BEC3CC81A7563F3DDCE9F46DA67A714A520D5F7556A24223FE8D33C143697
1.37.0
x64β€”60F28CB53794C4CF572FA4E13240E3FE6AB987E9129387AC9A81E13C5494135B
1.36.0
x86β€”461C225D289C23325AD5CB361CC89B579A35AA897A0AE85101DFFF134C6D420C
1.35.0
x86β€”62EBEC5BE4C4FC8BF71EEB3CBBC1969CE3B0FDBC2EE4D9686962DFCC73D46F19
1.34.0
x86β€”027B8BA6FC87C29D3DD14CD7E634E132457AB6EC46D60C6B4F27A2976BB317C5
1.33.1
x86β€”D9EF1549CE17853828DF574DDAB919085CC851412171B3B03F34888D2FDD6E76
1.33.0
x86β€”7ABC520F3E2C54D94E1251DDEE0C06A07882D5CB74C2116147F1AEC0539B38CE
1.32.0
x86β€”6DA319178CD7612239E87082C128253E53201DE084FA985EFAD3ABC41570616A
1.31.2
x64β€”9F158A5523E986308F93C328E223B8B61B555525BB27C6AA7F919D5383EA1258
1.31.1
x64β€”5F2A4304FBC7100C19C67BEF5ED9D1CAEF7A81314939B8EE900E6260B4390AED
1.30.1
x64β€”9E27F41044A6A1DF077E28BE62E7A85F16136BDEFFC6FADF1A61C7C9246E267D
1.30.0
x64β€”C2B151C37C17CBF61F7BF291B9507D129ED5752DD919B30DA741F57246CAD403
1.29.0
x64β€”EDEAB1AD5AE6C24B56E3A4901CEF7B88BBB3BCB932D0369801324B549C654903
1.28.0
x64β€”8ABB69BCB080289D81D45226E66BEFD67C257080EE1F0C9B04DAF73BCDA8F473
1.27.0
x64β€”C92C61B5A2E09B1F9E34E520F1A0DA7EDD5F8813991415CF061C2E0F96006349
1.26.1
x64β€”3A469021354F4E09BF487437A1B2E5B55C2909E5CAA7928D02C3857B904A5A31
1.26.0
x64β€”0A436369CE31FEF705B5835F61B4234E7F9645D660ADA6D9874054AAB9607B7D
1.25.2
x64β€”6AD95174CD92FEC40F85FB68D7C9B9692328449063C9D8615A18EA747FC6D79E
1.25.1
x64β€”1585479B3239DD8BA7986C30D424832B19AA89DEEC18E99A7A6EDA65B303E5EA
1.25.0
x64β€”1FB9C47A45C6AE5B0E25968C28CFACF94F33AEDB82950803AAD246786270B2AD
1.24.0
x64β€”8DA70BFDF0DF550367BB2333ECBE91B688999F99BBEB451BE90CB606492FB165
1.23.2
x64β€”C76342F7BD2D7E93142643427769D2B20B6DFABA82A878DE5C3E984F1151E664
1.23.1
x64β€”D1A6562B5DB86A4BC5AFA26B7CD144584D78283241721E9A4D9BACC5FAC0AEA8
1.23.0
x64β€”34E1F2B3D74E8A7ADF23EECB0D05E04BEE728AA671A405E1B83A3D14C9207582
1.22.0
x64β€”200C88286DEB28ECC5674DB3DC8560DC5A28A8ED1133941397DEE9FC44426A23
1.21.0
x64β€”A34735C4363E08E2FF856941B1675DBEEE89EA93089C06B8598E41F7F9EC5C50
1.20.0
x64β€”D2263971425D974F1D2D42CDD4A6D5D2E8B25F41D069D2B4748A423B3AD9D661
1.19.0
x64β€”63A48EEF3AADB09DAF2D1E69278FBA44308A6EB9465DC76D64D93CACCC55756B
1.18.1
x64β€”1BAB29E7401A0FDE019EB7A71226994B513D30FFFF134F04587CD125370466F0
1.18.0
x64β€”6A616364F64DD78D8EB17942F7029568AF0E7370F9F2D14FD2856DFA1E3833C1
1.17.1
x64β€”8B4B2B92F5CBE657DA6EF086B6C3B95930C125A6CE958805EB6CBF00DCCE89D9
1.16.0
x64β€”3BFA399E8E0D51BF59C2573E13935AC9EB42D237757D90F0127EFC28C57F9EA1
1.15.1
x64β€”88D188440BAB92EFACC47CC1ECF04203F13F068BFC24C9882D5A51D869E94178