-
Notifications
You must be signed in to change notification settings - Fork 0
Minikube
Borys Borysenko edited this page Sep 7, 2017
·
7 revisions
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
Docker | Kubernetes | Minikube | ContainerPilot
GCP | AWS | DigitalOcean | Scaleway