- Kubernetes on AWS
- Ed Robinson
- 99字
- 2021-06-10 18:41:26
Windows
Installing Minikube on a Windows machine is as simple as it is on Linux or macOS.
Start by installing VirtualBox.
You can download the Windows installer for VirtualBox from https://www.virtualbox.org/wiki/Downloads.
If you are using the chocolatey package manager, perform the following steps:
- Install minikube:
C:\> choco install minikube
- Install kubectl:
C:\> choco install kubernetes-cli
If you are not using chocolatey, you can manually install minikube and kubectl.
- Download minikube at https://storage.googleapis.com/minikube/releases/latest/minikube-windows-amd64.exe and rename it to minikube.exe. Then move it to a location on your path. Download kubectl: https://dl.k8s.io/v1.10.6/bin/windows/amd64/kubectl.exe and then move it to a location on your path.
推薦閱讀
- Project 2007項(xiàng)目管理實(shí)用詳解
- 計(jì)算機(jī)網(wǎng)絡(luò)應(yīng)用基礎(chǔ)
- 大數(shù)據(jù)挑戰(zhàn)與NoSQL數(shù)據(jù)庫技術(shù)
- Python Algorithmic Trading Cookbook
- Maya極速引擎:材質(zhì)篇
- 單片機(jī)C語言應(yīng)用100例
- 單片機(jī)技能與實(shí)訓(xùn)
- 實(shí)用網(wǎng)絡(luò)流量分析技術(shù)
- MATLAB-Simulink系統(tǒng)仿真超級學(xué)習(xí)手冊
- Web編程基礎(chǔ)
- Moodle 2.0 Course Conversion(Second Edition)
- 分布式Java應(yīng)用
- Flink內(nèi)核原理與實(shí)現(xiàn)
- 牛津通識讀本:大數(shù)據(jù)(中文版)
- SQL語言與數(shù)據(jù)庫操作技術(shù)大全