- Kubernetes for Serverless Applications
- Russ McKendrick
- 176字
- 2021-07-02 19:16:49
Ubuntu 17.04
Unlike the macOS and Windows version, we will not be using a package manager to install Minikube on Ubuntu 17.04. Instead, we will just be downloading the binaries directly from the project page. To do this, simply run the following command:
$ curl -Lo minikube https://storage.googleapis.com/minikube/releases/v0.22.2/minikube-linux-amd64 && chmod +x minikube && sudo mv minikube /usr/local/bin/
Minikube will be downloaded, will have execute permissions set, and will be moved to /usr/local/bin/ so it is in a system path.
Now that Minikube is installed, we need to download kubectl. During the macOS and Windows installation, this was taken care of by the package manager; luckily, the process is pretty much the same as the command we just ran to install Minikube:
$ curl -LO https://storage.googleapis.com/kubernetes-release/release/$(curl -s https://storage.googleapis.com/kubernetes-release/release/stable.txt)/bin/linux/amd64/kubectl && chmod +x ./kubectl && sudo mv ./kubectl /usr/local/bin/kubectl
Once installed, you should again be able to run the following command to confirm the version of Minikube installed:
$ minikube version
When I ran the command, it returned v0.22.2, as seen in the following screenshot:

- 樂高機(jī)器人:WeDo編程與搭建指南
- Mastering Spark for Data Science
- 嵌入式Linux上的C語言編程實(shí)踐
- Blender Compositing and Post Processing
- 網(wǎng)中之我:何明升網(wǎng)絡(luò)社會(huì)論稿
- 激光選區(qū)熔化3D打印技術(shù)
- 單片機(jī)原理實(shí)用教程
- Learn QGIS
- Web璀璨:Silverlight應(yīng)用技術(shù)完全指南
- 智慧未來
- 貫通Hibernate開發(fā)
- Creating ELearning Games with Unity
- 中國戰(zhàn)略性新興產(chǎn)業(yè)研究與發(fā)展·數(shù)控系統(tǒng)
- Embedded Linux Development using Yocto Projects(Second Edition)
- 運(yùn)動(dòng)控制系統(tǒng)應(yīng)用及實(shí)例解析