Releases: kubernetes/minikube
v0.15.0
Minikube v0.15.0
Minikube is still under active development, and features may change at any time. Release notes are available here.
Distribution
Minikube is distrubuted in binary form for Linux, OSX, and Windows systems for the v0.15.0 release. Please note that Windows support is currently experimental and may have issues. Binaries are available through Github or on Google Cloud Storage. The direct GCS links are:
Darwin/amd64
Linux/amd64
Windows/amd64
Installation
OSX
curl -Lo minikube https://storage.googleapis.com/minikube/releases/v0.15.0/minikube-darwin-amd64 && chmod +x minikube && sudo mv minikube /usr/local/bin/
Feel free to leave off the sudo mv minikube /usr/local/bin
if you would like to add minikube to your path manually.
Linux
curl -Lo minikube https://storage.googleapis.com/minikube/releases/v0.15.0/minikube-linux-amd64 && chmod +x minikube && sudo mv minikube /usr/local/bin/
Feel free to leave off the sudo mv minikube /usr/local/bin
if you would like to add minikube to your path manually.
Debian Package (.deb) [Experimental]
Download the minikube_0.15-0.deb
file, and install it using sudo dpkg -i minikube_.deb
Windows [Experimental]
Download the minikube-windows-amd64.exe
file, rename it to minikube.exe
and add it to your path
Windows Installer [Experimental]
Download the minikube-installer.exe
file, and execute the installer. This will automatically add minikube.exe to your path with an uninstaller available as well.
Usage
Documentation is available here.
Checksums
Minikube consists of a binary executable and a VM image in ISO format. To verify the contents of your distribution, you can compare sha256 hashes with these values:
$ tail -n +1 -- out/*.sha256
==> out/minikube-darwin-amd64.sha256 <==
cc76cb68c9dfbe0317701e5d264ecf03cb3177a3a77906d901960c7adff6fc4a
==> out/minikube-linux-amd64.sha256 <==
0396080f87469b2bae0e9b23477156f32d25119b6b712f7e82a25a82d41ed3bc
==> out/minikube-windows-amd64.exe.sha256 <==
11b6499c3b8079a7b7c74482c119db244d2585332a649de1edd0cc9bc85ce1b9
ISO
$ openssl sha256 minikube.iso
SHA256(minikube.iso)=
54ec4cd6d4973e756002ee50e0c21857e532de2dabc937f4fb15cafe19432d47
v0.14.0
Minikube v0.14.0
Minikube is still under active development, and features may change at any time. Release notes are available here.
Distribution
Minikube is distrubuted in binary form for Linux, OSX, and Windows systems for the v0.14.0 release. Please note that Windows support is currently experimental and may have issues. Binaries are available through Github or on Google Cloud Storage. The direct GCS links are:
Darwin/amd64
Linux/amd64
Windows/amd64
Installation
OSX
curl -Lo minikube https://storage.googleapis.com/minikube/releases/v0.14.0/minikube-darwin-amd64 && chmod +x minikube && sudo mv minikube /usr/local/bin/
Feel free to leave off the sudo mv minikube /usr/local/bin
if you would like to add minikube to your path manually.
Linux
curl -Lo minikube https://storage.googleapis.com/minikube/releases/v0.14.0/minikube-linux-amd64 && chmod +x minikube && sudo mv minikube /usr/local/bin/
Feel free to leave off the sudo mv minikube /usr/local/bin
if you would like to add minikube to your path manually.
Debian Package (.deb) [Experimental]
Download the minikube_0.14-0.deb
file, and install it using sudo dpkg -i minikube_.deb
Windows [Experimental]
Download the minikube-windows-amd64.exe
file, rename it to minikube.exe
and add it to your path
Windows Installer [Experimental]
Download the minikube-installer.exe
file, and execute the installer. This will automatically add minikube.exe to your path with an uninstaller available as well.
Usage
Documentation is available here.
Checksums
Minikube consists of a binary executable and a VM image in ISO format. To verify the contents of your distribution, you can compare sha256 hashes with these values:
$ tail -n +1 -- out/*.sha256
==> out/minikube-darwin-amd64.sha256 <==
950805a1e1929dc41ef27698a0325b981f99f4a45df121521861fcd696e35f28
==> out/minikube-linux-amd64.sha256 <==
a9e8423474de6046c672db5b035475fc034223652b081d1accba89af7da5a5e0
==> out/minikube-windows-amd64.exe.sha256 <==
5d6ef16842ea17aeaa715e5966edbc4f5ad220eaca15c070c1a191bb2360677b
ISO
$ openssl sha256 minikube.iso
SHA256(minikube.iso)=
aadc8b6f5720d5a493a36e1f07f71bffb588780c76498d68cd761793d2ca344e
v0.13.1
Minikube v0.13.1
Minikube is still under active development, and features may change at any time. Release notes are available here.
Distribution
Minikube is distrubuted in binary form for Linux, OSX, and Windows systems for the v0.13.1 release. Please note that Windows support is currently experimental and may have issues. Binaries are available through Github or on Google Cloud Storage. The direct GCS links are:
Darwin/amd64
Linux/amd64
Windows/amd64
Installation
OSX
curl -Lo minikube https://storage.googleapis.com/minikube/releases/v0.13.1/minikube-darwin-amd64 && chmod +x minikube && sudo mv minikube /usr/local/bin/
Feel free to leave off the sudo mv minikube /usr/local/bin
if you would like to add minikube to your path manually.
Linux
curl -Lo minikube https://storage.googleapis.com/minikube/releases/v0.13.1/minikube-linux-amd64 && chmod +x minikube && sudo mv minikube /usr/local/bin/
Feel free to leave off the sudo mv minikube /usr/local/bin
if you would like to add minikube to your path manually.
Debian Package (.deb) [Experimental]
Download the minikube_0.13-1.deb
file, and install it using sudo dpkg -i minikube_.deb
Windows [Experimental]
Download the minikube-windows-amd64.exe
file, rename it to minikube.exe
and add it to your path
Windows Installer [Experimental]
Download the minikube-installer.exe
file, and execute the installer. This will automatically add minikube.exe to your path with an uninstaller available as well.
Usage
Documentation is available here.
Checksums
Minikube consists of a binary executable and a VM image in ISO format. To verify the contents of your distribution, you can compare sha256 hashes with these values:
$ tail -n +1 -- out/*.sha256
==> out/minikube-darwin-amd64.sha256 <==
77bc72679ca1beb09ad7f26ec8ba8b286283ddf7bee4e68163b88c5a439bc049
==> out/minikube-linux-amd64.sha256 <==
52706da92b6cf9a5eb4f59fe6034f119e3eb442c3fc57bf181d01db929e1289f
==> out/minikube-windows-amd64.exe.sha256 <==
5bbb30feb34f09a1d7cee5051bb3b28103eef719ae828bfd8fddb11efc56a5c7
ISO
$ openssl sha256 minikube.iso
SHA256(minikube.iso)=
aadc8b6f5720d5a493a36e1f07f71bffb588780c76498d68cd761793d2ca344e
v0.13.0
Minikube v0.13.0
Minikube is still under active development, and features may change at any time. Release notes are available here.
Distribution
Minikube is distrubuted in binary form for Linux, OSX, and Windows systems for the v0.13.0 release. Please note that Windows support is currently experimental and may have issues. Binaries are available through Github or on Google Cloud Storage. The direct GCS links are:
Darwin/amd64
Linux/amd64
Windows/amd64
Installation
OSX
curl -Lo minikube https://storage.googleapis.com/minikube/releases/v0.13.0/minikube-darwin-amd64 && chmod +x minikube && sudo mv minikube /usr/local/bin/
Feel free to leave off the sudo mv minikube /usr/local/bin
if you would like to add minikube to your path manually.
Linux
curl -Lo minikube https://storage.googleapis.com/minikube/releases/v0.13.0/minikube-linux-amd64 && chmod +x minikube && sudo mv minikube /usr/local/bin/
Feel free to leave off the sudo mv minikube /usr/local/bin
if you would like to add minikube to your path manually.
Debian Package (.deb) [Experimental]
Download the minikube_0.13-0.deb
file, and install it using sudo dpkg -i minikube_.deb
Windows [Experimental]
Download the minikube-windows-amd64.exe
file, rename it to minikube.exe
and add it to your path
Windows Installer [Experimental]
Download the minikube-installer.exe
file, and execute the installer. This will automatically add minikube.exe to your path with an uninstaller available as well.
Usage
Documentation is available here.
Checksums
Minikube consists of a binary executable and a VM image in ISO format. To verify the contents of your distribution, you can compare sha256 hashes with these values:
$ tail -n +1 -- out/*.sha256
==> out/minikube-darwin-amd64.sha256 <==
bf04827735c1f8b7dd51548fbd01ef3a2f84a2db64b235a794020241c3ccf996
==> out/minikube-linux-amd64.sha256 <==
453c2e3e55afb258bd7ca7ca9ba1da3f59d0131eb9bb73cf46cce7bb5bc0fbb4
==> out/minikube-windows-amd64.exe.sha256 <==
1f5d09f7d9442e2d861eaed3a8403c7db029f076d69773d9ffdd177b3af14b6f
ISO
$ openssl sha256 minikube.iso
SHA256(minikube.iso)=
aadc8b6f5720d5a493a36e1f07f71bffb588780c76498d68cd761793d2ca344e
v0.12.2
Minikube v0.12.2
Minikube is still under active development, and features may change at any time. Release notes are available here.
Distribution
Minikube is distrubuted in binary form for Linux, OSX, and Windows systems for the v0.12.2 release. Please note that Windows support is currently experimental and may have issues. Binaries are available through Github or on Google Cloud Storage. The direct GCS links are:
Darwin/amd64
Linux/amd64
Windows/amd64
Installation
OSX
curl -Lo minikube https://storage.googleapis.com/minikube/releases/v0.12.2/minikube-darwin-amd64 && chmod +x minikube && sudo mv minikube /usr/local/bin/
Feel free to leave off the sudo mv minikube /usr/local/bin
if you would like to add minikube to your path manually.
Linux
curl -Lo minikube https://storage.googleapis.com/minikube/releases/v0.12.2/minikube-linux-amd64 && chmod +x minikube && sudo mv minikube /usr/local/bin/
Feel free to leave off the sudo mv minikube /usr/local/bin
if you would like to add minikube to your path manually.
Debian Package (.deb) [Experimental]
Download the minikube_0.12-2.deb
file, and install it using sudo dpkg -i minikube_.deb
Windows [Experimental]
Download the minikube-windows-amd64.exe
file, rename it to minikube.exe
and add it to your path
Usage
Documentation is available here.
Checksums
Minikube consists of a binary executable and a VM image in ISO format. To verify the contents of your distribution, you can compare sha256 hashes with these values:
$ tail -n +1 -- out/*.sha256
==> out/minikube-darwin-amd64.sha256 <==
5f818be5235d606ec5241ac1eea0dc92e6328d56841617c51e4595a0abc4300c
==> out/minikube-linux-amd64.sha256 <==
ace8dcaf9418ed0e4eb07e7737b0af41036f6aaa05f784386725feb041463a74
==> out/minikube-windows-amd64.exe.sha256 <==
1768aea06220946f22e88d294f02984135a77799b88373fc6b1a98b3da6802ef
ISO
$ openssl sha256 minikube.iso
SHA256(minikube.iso)=
aadc8b6f5720d5a493a36e1f07f71bffb588780c76498d68cd761793d2ca344e
v0.12.1
Minikube v0.12.1
Minikube is still under active development, and features may change at any time. Release notes are available here.
Distribution
Minikube is distrubuted in binary form for Linux, OSX, and Windows systems for the v0.12.1 release. Please note that Windows support is currently experimental and may have issues. Binaries are available through Github or on Google Cloud Storage. The direct GCS links are:
Darwin/amd64
Linux/amd64
Windows/amd64
Installation
OSX
curl -Lo minikube https://storage.googleapis.com/minikube/releases/v0.12.1/minikube-darwin-amd64 && chmod +x minikube && sudo mv minikube /usr/local/bin/
Feel free to leave off the sudo mv minikube /usr/local/bin
if you would like to add minikube to your path manually.
Linux
curl -Lo minikube https://storage.googleapis.com/minikube/releases/v0.12.1/minikube-linux-amd64 && chmod +x minikube && sudo mv minikube /usr/local/bin/
Feel free to leave off the sudo mv minikube /usr/local/bin
if you would like to add minikube to your path manually.
Debian Package (.deb) [Experimental]
Download the minikube_0.12-1.deb
file, and install it using sudo dpkg -i minikube_.deb
Windows [Experimental]
Download the minikube-windows-amd64.exe
file, rename it to minikube.exe
and add it to your path
Windows Installer [Experimental]
Download the minikube-installer.exe
file, and execute the installer. This will automatically add minikube.exe to your path with an uninstaller available as well.
Usage
Documentation is available here.
Checksums
Minikube consists of a binary executable and a VM image in ISO format. To verify the contents of your distribution, you can compare sha256 hashes with these values:
$ tail -n +1 -- out/*.sha256
==> out/minikube-darwin-amd64.sha256 <==
d1f4ae5ef298ffbd50f56f7da7fb6215bd79795a5db90b07d9d57468e8485a3c
==> out/minikube-linux-amd64.sha256 <==
e767236598d619ac93d4fa2782a5534c7107068f3b46ecee69e92ab8d9f0a3d1
==> out/minikube-windows-amd64.exe.sha256 <==
67a6146011f6c90274b0f509f7dff18bd3a6f423dc9ba3bcce933ac9b25c2891
ISO
$ openssl sha256 minikube.iso
SHA256(minikube.iso)=
aadc8b6f5720d5a493a36e1f07f71bffb588780c76498d68cd761793d2ca344e
v0.12.0
Minikube v0.12.0
Minikube is still under active development, and features may change at any time. Release notes are available here.
Distribution
Minikube is distrubuted in binary form for Linux, OSX, and Windows systems for the v0.12.0 release. Please note that Windows support is currently experimental and may have issues. Binaries are available through Github or on Google Cloud Storage. The direct GCS links are:
Darwin/amd64
Linux/amd64
Windows/amd64
Installation
OSX
curl -Lo minikube https://storage.googleapis.com/minikube/releases/v0.12.0/minikube-darwin-amd64 && chmod +x minikube && sudo mv minikube /usr/local/bin/
Feel free to leave off the sudo mv minikube /usr/local/bin
if you would like to add minikube to your path manually.
Linux
curl -Lo minikube https://storage.googleapis.com/minikube/releases/v0.12.0/minikube-linux-amd64 && chmod +x minikube && sudo mv minikube /usr/local/bin/
Feel free to leave off the sudo mv minikube /usr/local/bin
if you would like to add minikube to your path manually.
Debian Package (.deb) [Experimental]
Download the minikube_0.12-0.deb
file, and install it using sudo dpkg -i minikube_.deb
Windows [Experimental]
Download the minikube-windows-amd64.exe
file, rename it to minikube.exe
and add it to your path
Usage
Documentation is available here.
Checksums
Minikube consists of a binary executable and a VM image in ISO format. To verify the contents of your distribution, you can compare sha256 hashes with these values:
$ tail -n +1 -- out/*.sha256
==> out/minikube-darwin-amd64.sha256 <==
a96d6e1d53a7999503d00bcd41b4ccaa80f5d57f798608f03e3f4d63a42f9991
==> out/minikube-linux-amd64.sha256 <==
1315a334e701c1558740e4140f8e28985d7734e8a53e4af2153076c2586c3c7d
==> out/minikube-windows-amd64.exe.sha256 <==
373e3e2e1d9e000044711dfafe3a88fdb9620c3050a6b5f9e8ed0eb3e7ffd12e
ISO
$ openssl sha256 minikube.iso
SHA256(minikube.iso)=
aadc8b6f5720d5a493a36e1f07f71bffb588780c76498d68cd761793d2ca344e
v0.11.0
Minikube v0.11.0
Minikube is still under active development, and features may change at any time. Release notes are available here.
Distribution
Minikube is distrubuted in binary form for Linux, OSX, and Windows systems for the v0.11.0 release. Please note that Windows support is currently experimental and may have issues. Binaries are available through Github or on Google Cloud Storage. The direct GCS links are:
Darwin/amd64
Linux/amd64
Windows/amd64
Installation
OSX
curl -Lo minikube https://storage.googleapis.com/minikube/releases/v0.11.0/minikube-darwin-amd64 && chmod +x minikube && sudo mv minikube /usr/local/bin/
Feel free to leave off the sudo mv minikube /usr/local/bin
if you would like to add minikube to your path manually.
Linux
curl -Lo minikube https://storage.googleapis.com/minikube/releases/v0.11.0/minikube-linux-amd64 && chmod +x minikube && sudo mv minikube /usr/local/bin/
Feel free to leave off the sudo mv minikube /usr/local/bin
if you would like to add minikube to your path manually.
Debian Package (.deb) [Experimental]
Download the minikube_0.11-0.deb
file, and install it using sudo dpkg -i minikube_.deb
Windows [Experimental]
Download the minikube-windows-amd64.exe
file, rename it to minikube.exe
and add it to your path
Usage
Documentation is available here.
Checksums
Minikube consists of a binary executable and a VM image in ISO format. To verify the contents of your distribution, you can compare sha256 hashes with these values:
$ tail -n +1 -- out/*.sha256
==> out/minikube-darwin-amd64.sha256 <==
7fe7ce35eda959d91071d065141d040053b945d5af0d57f98eb18afb93a4c921
==> out/minikube-linux-amd64.sha256 <==
f654835e3610fc746060ffdcdba5df68ca39231a4c6d5c6c9d9caffb10c25da1
==> out/minikube-windows-amd64.exe.sha256 <==
4ba3e7a08cf3cc2b0f50e454a48d67022e8ca78b9363cd743644eb7b5f03a3b5
ISO
$ openssl sha256 minikube.iso
SHA256(minikube.iso)=
aadc8b6f5720d5a493a36e1f07f71bffb588780c76498d68cd761793d2ca344e
v0.10.0
Minikube v0.10.0
Minikube is still under active development, and features may change at any time. Release notes are available here.
Distribution
Minikube is distrubuted in binary form for Linux, OSX, and Windows systems for the v0.10.0 release. Please note that Windows support is currently experimental and may have issues. Binaries are available through Github or on Google Cloud Storage. The direct GCS links are:
Darwin/amd64
Linux/amd64
Windows/amd64
Installation
OSX
curl -Lo minikube https://storage.googleapis.com/minikube/releases/v0.10.0/minikube-darwin-amd64 && chmod +x minikube && sudo mv minikube /usr/local/bin/
Feel free to leave off the sudo mv minikube /usr/local/bin
if you would like to add minikube to your path manually.
Linux
curl -Lo minikube https://storage.googleapis.com/minikube/releases/v0.10.0/minikube-linux-amd64 && chmod +x minikube && sudo mv minikube /usr/local/bin/
Feel free to leave off the sudo mv minikube /usr/local/bin
if you would like to add minikube to your path manually.
Windows [Experimental]
Download the minikube-windows-amd64.exe
file, rename it to minikube.exe
and add it to your path
Usage
Documentation is available here.
Checksums
Minikube consists of a binary executable and a VM image in ISO format. To verify the contents of your distribution, you can compare sha256 hashes with these values:
$ tail -n +1 -- out/*.sha256
==> out/minikube-darwin-amd64.sha256 <==
fc7552b5475d0c20ad96057fb88d686e226d09bd1034269d5078b33ba7d7cc8e
==> out/minikube-linux-amd64.sha256 <==
f905af9b2ef1e954d0633680ab5a8914d628b9104cce54de7e42509d89d2c541
==> out/minikube-windows-amd64.exe.sha256 <==
93b0e1fabeab79da2b61c9237076893dacf3cc147294298d50cb48ca7cd2a86f
ISO
$ openssl sha256 minikube.iso
SHA256(minikube.iso)=
aadc8b6f5720d5a493a36e1f07f71bffb588780c76498d68cd761793d2ca344e
v0.9.0
Minikube v0.9.0
Minikube is still under active development, and features may change at any time. Release notes are available here.
Distribution
Minikube is distrubuted in binary form for Linux, OSX, and Windows systems for the v0.9.0 release. Please note that Windows support is currently experimental and may have issues. Binaries are available through Github or on Google Cloud Storage. The direct GCS links are:
Darwin/amd64
Linux/amd64
Windows/amd64
Installation
OSX
curl -Lo minikube https://storage.googleapis.com/minikube/releases/v0.9.0/minikube-darwin-amd64 && chmod +x minikube && sudo mv minikube /usr/local/bin/
Feel free to leave off the sudo mv minikube /usr/local/bin
if you would like to add minikube to your path manually.
Linux
curl -Lo minikube https://storage.googleapis.com/minikube/releases/v0.9.0/minikube-linux-amd64 && chmod +x minikube && sudo mv minikube /usr/local/bin/
Feel free to leave off the sudo mv minikube /usr/local/bin
if you would like to add minikube to your path manually.
Windows [Experimental]
Download the minikube-windows-amd64.exe
file, rename it to minikube.exe
and add it to your path
Usage
Documentation is available here.
Checksums
Minikube consists of a binary executable and a VM image in ISO format. To verify the contents of your distribution, you can compare sha256 hashes with these values:
$ tail -n +1 -- out/*.sha256
==> out/minikube-darwin-amd64.sha256 <==
4415e7f3a30ace7cf0e5ad023f979509e6b25ded1bfb55368f918fc25098307e
==> out/minikube-linux-amd64.sha256 <==
76b341aa377c274c7147e203483f117ef01151a8e33bb232e29872ad20f6effc
==> out/minikube-windows-amd64.exe.sha256 <==
98cb96fef863c9a4acac210eea910c2d239a87b13a6e2ac10ffe35244880e203
ISO
$ openssl sha256 minikube.iso
SHA256(minikube.iso)=
65dd4fda45f4a13f14e1f81f8ea8491d6ed07468da77d34f78e4b6cd6a3cc95e