Kubernets从零到高手-Mac安装minikube

https://kubernetes.io/docs/tasks/tools/install-minikube/

Install Minikube

The easiest way to install Minikube on macOS is using Homebrew:

You can also install it on macOS by downloading a stand-alone binary:
curl -Lo minikube https://storage.googleapis.com/minikube/releases/latest/minikube-darwin-amd64 \
>   && chmod +x minikube

Here’s an easy way to add the Minikube executable to your path:

sudo mv minikube /usr/local/bin

 

你可能感兴趣的:(k8s探险记)