- Kubernetes for Serverless Applications
- Russ McKendrick
- 222字
- 2021-07-02 19:16:49
Starting Minikube
To complete our installation, we need to start Minikube. To do this, run the following command:
$ minikube start
On macOS, you should see something like this:

As you can see, the ISO used to create the virtual machine has been downloaded. The virtual machine starts, the certificates that we will be using to authenticate against our one node cluster are generated, and then finally kubectl is configured with the details of our local Kubernetes cluster.
Running the same command on Windows 10 results in exactly the same set of steps:

Also, as you may have already guessed, running on Ubuntu 17.04 gives the same results. Run the following:
$ minikube status
You will receive a message confirming that everything is running and that kubectl has been correctly configured to communicate with your Kubernetes cluster:

If you were to open VirtualBox, you should see your Minikube virtual machine running; for example, this is what I see when opening VirtualBox on Windows 10:

Even though we have launched Minikube on three different operating systems, other than the initial installation, you can already experience what we discussed in Chapter 2, An Introduction to Kubernetes: there is no vendor lock-in and a consistent experience, and this is before we have started to use our newly installed Kubernetes cluster.
- Clojure Data Analysis Cookbook
- 大數據項目管理:從規劃到實現
- AutoCAD快速入門與工程制圖
- PostgreSQL 11 Server Side Programming Quick Start Guide
- Machine Learning for Cybersecurity Cookbook
- Hands-On Artificial Intelligence on Amazon Web Services
- MCSA Windows Server 2016 Certification Guide:Exam 70-741
- 基于ARM 32位高速嵌入式微控制器
- AI 3.0
- CompTIA Linux+ Certification Guide
- 西門子變頻器技術入門及實踐
- 分析力!專業Excel的制作與分析實用法則
- 軟件工程及實踐
- 人工智能:語言智能處理
- 寒江獨釣:Windows內核安全編程