mirror of
https://github.com/kubesphere/website.git
synced 2026-01-01 03:33:29 +00:00
Update vng.md
This commit is contained in:
parent
fdf225b3b9
commit
2e45b09f15
|
|
@ -28,7 +28,7 @@ section2:
|
|||
contentList:
|
||||
- content: At the end of 2018, we adopted Kubernetes as the container orchestration solution. Kubernetes helps us to declaratively manage our cluster, allowing our apps to be version controlled and easily replicated. However, the learning curve of Kubernetes is high as there are a series of solutions we need to consider, including logging, monitoring, DevOps and middleware. Actually, we have investigated the most popular tools. For example, we use EFK for logging management and adopt Jenkins as the CI/CD engine for business update. Redis and Kafka are also used in our environment.
|
||||
- content: These popular tools help us improve development and operation efficiency. Nevertheless, the biggest challenge facing us is that developers need to learn and maintain these different tools; and we need to spend more time switching back and forth between different terminals and dashboards. Hence, we started to research a centralized solution which can bring the cloud native stack within a unified web console. We compared a couple of solutions (e.g. Rancher and native Kubernetes) and KubeSphere has proven to be the most convenient one among them.
|
||||
- content: We install [KubeSphere container platform](https://kubesphere.io/) on our existing Kubernetes cluster, and we have two Kubernetes clusters for sandbox and production respectively. For data privacy, our clusters are all deployed on bare metal machines. We install the highly available cluster using HAProxy to balance the traffic load.
|
||||
- content: We install [KubeSphere Container Platform](https://kubesphere.io/) on our existing Kubernetes cluster, and we have two Kubernetes clusters for sandbox and production respectively. For data privacy, our clusters are all deployed on bare metal machines. We install the highly available cluster using HAProxy to balance the traffic load.
|
||||
image: https://pek3b.qingstor.com/kubesphere-docs/png/20200619223626.png
|
||||
|
||||
- title: Why We Choose KubeShpere
|
||||
|
|
|
|||
Loading…
Reference in New Issue