v0.8.0
Minikube v0.8.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.8.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.8.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.8.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:
OSX
$ openssl sha256 minikube-darwin-amd64
SHA256(minikube-darwin-amd64)= cc7439fc8e8e8e957246908f99314abeeb8513745b8d30ed64bf480227ec2607
Linux
$ openssl sha256 minikube-linux-amd64
SHA256(minikube-linux-amd64)= 8f9a8a41ba4a89ec847d998591ab24a8989c27852fce5193c5bdba23139223b7
Windows
$ openssl sha256 minikube-windows-amd64.exe
SHA256(minikube-linux-amd64)= 3f384df76a24d2f3d70d7fc4b2c41dfb833ce0f02fb7be5bd39928d647094bc1
ISO
$ openssl sha256 minikube.iso
SHA256(minikube.iso)= ff0f444f4a01f0ec7925e6bb0cb05e84156cff9cc8de6d03102d8b3df35693e2