Use a minikube locally
Installation
Run the following at a terminal prompt:
brew cask install minikube
This installs kubernetes-cli package as well. The same can be verified using:
kubectl version
If it's not installed, install it using:
brew install kubernetes-cli
Last updated