Setting Up Docker & Kubernetes - Minikube (Infrastucture). |
# SETUP DOCKER & KUBERNETES
The easiest way to install Minikube on macOS is using Homebrew:
brew cask install minikube
If you are on macOS and using Homebrew package manager, you can install kubectl with Homebrew.
Run the installation command:
brew install kubernetes-cli