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