- Learn Helm
- Andrew Block Austin Dewey
- 128字
- 2021-06-30 14:51:38
Creating a Kubernetes environment
To create a Kubernetes environment in this chapter, we will use Minikube. We learned how to install Minikube in Chapter 2, Preparing a Kubernetes and Helm Environment.
Let's follow these steps to set up Kubernetes:
- Start your Kubernetes cluster by running the following command:
$ minikube start
- After a short amount of time, you should see a line in the output that resembles the following:
Done! kubectl is now configured to use 'minikube'
- Once the Minikube cluster is up and running, create a dedicated namespace for this chapter's exercise. Run the following command to create a namespace called chapter3:
$ kubectl create namespace chapter3
Now that the cluster setup is complete, let's begin the process of installing the WordPress chart to your Kubernetes cluster.
推薦閱讀
- Linux運維之道(第3版)
- Linux內核完全注釋(20周年版·第2版)
- UNIX操作系統設計
- Learning Android Intents
- 嵌入式應用程序設計綜合教程(微課版)
- Linux集群和自動化運維
- 新手學電腦從入門到精通(Windows 10+Office 2016版)
- RESS Essentials
- Windows Server 2019 Administration Fundamentals
- 嵌入式實時操作系統:RT-Thread設計與實現
- 突破平面3ds Max動畫設計與制作
- 計算機系統:基于x86+Linux平臺
- VMware Horizon View Essentials
- μC/OS-III內核實現與應用開發實戰指南:基于STM32
- Java EE 7 Developer Handbook