- 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.
推薦閱讀
- 人工智能超越人類
- Photoshop CS3圖像處理融會貫通
- DevOps:Continuous Delivery,Integration,and Deployment with DevOps
- 內(nèi)模控制及其應用
- 網(wǎng)絡安全技術及應用
- 新編計算機圖形學
- Microsoft System Center Confi guration Manager
- 中國戰(zhàn)略性新興產(chǎn)業(yè)研究與發(fā)展·增材制造
- Linux內(nèi)核精析
- 單片機技能與實訓
- 強化學習
- INSTANT VMware vCloud Starter
- 21天學通Linux嵌入式開發(fā)
- 玩機器人 學單片機
- PHP求職寶典