minikube - opsdig/kb GitHub Wiki
Minikube uses libmachine for provisioning VMs. For more information see the proposal.
Install libmachine driver plugin for xhyve native macOS Hypervisor:
$ brew install docker-machine-driver-xhyve
$ sudo chown root:wheel $(brew --prefix)/opt/docker-machine-driver-xhyve/bin/docker-machine-driver-xhyve
$ sudo chmod u+s $(brew --prefix)/opt/docker-machine-driver-xhyve/bin/docker-machine-driver-xhyve
Install kubectl
and enable shell autocompletion:
$ brew install kubernetes-cli
$ grep ^plugins ~/.zshrc
plugins=(git kubectl)
Install minikube
:
$ brew cask install minikube