- Kubernetes on AWS
- Ed Robinson
- 79字
- 2021-06-10 18:41:25
Linux
On Linux, the simplest installation method is to download and install pre-built binaries:
- You should download the binaries for minikube and kubectl:
curl -Lo minikube https://storage.googleapis.com/minikube/releases/latest/minikube-linux-amd64 curl -LO https://dl.k8s.io/v1.10.6/bin/linux/amd64/kubectl
- Once you have downloaded the binaries, make them executable and move them to somewhere on your path:
chmod +x minikube kubectl sudo mv minikube kubectl /usr/local/bin/
The method of installing VirtualBox on Linux will depend on your distribution.
Take a look at the instructions on the VirtualBox website: https://www.virtualbox.org/wiki/Linux_Downloads.