- 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.
推薦閱讀
- Google系統架構解密:構建安全可靠的系統
- FreeRTOS實時內核應用指南
- Persistence in PHP with the Doctrine ORM
- Arch Linux Environment Setup How-to
- 玩到極致 iPhone 4S完全攻略
- Windows Vista融會貫通
- 巧學活用Windows 7
- Fedora 12 Linux應用基礎
- Cassandra 3.x High Availability(Second Edition)
- CentOS 6 Linux Server Cookbook
- Windows 7實戰從入門到精通(超值版)
- Ubuntu Linux操作系統實用教程
- Learning Continuous Integration with Jenkins(Second Edition)
- 應急指揮信息系統設計
- Android應用性能優化最佳實踐