- Kubernetes on AWS
- Ed Robinson
- 65字
- 2021-06-10 18:41:25
macOS
On a Mac, the best way to install minikube and kubectl is with the Homebrew package manager.
The Homebrew package manager for macOS is a simple way to install development tools. You can find out how to install it on the website: https://brew.sh/ .
- Start by installing the Kubernetes command-line client kubectl:
brew install kubernetes-cli
- Next, install minikube and virtualbox:
brew cask install minikube virtualbox