goodrain / rainbond

No need to know Kubernetes' cloud native application management platform | 不用懂 Kubernetes 的云原生应用管理平台
https://www.rainbond.com
GNU Lesser General Public License v3.0
5.03k stars 785 forks source link

关于集群端组件轻量化的需求 #1310

Open poneding opened 2 years ago

poneding commented 2 years ago

关于集群端组件轻量化的需求

轻量化建议

在Region端不使用 etcd,db存储,不使用 mq 机制

Issues-translate-bot commented 2 years ago

Bot detected the issue body's language is not English, translate it automatically. 👯👭🏻🧑‍🤝‍🧑👫🧑🏿‍🤝‍🧑🏻👩🏾‍🤝‍👨🏿👬🏿


Requirements for lightweight cluster-side components

  • When connecting to the cloud-side lightweight cluster, the region-side components are not so lightweight;
  • There are many components deployed, which is easy to bring deployment problems;
  • It is more complicated to compile and publish components after version development is completed;
  • Component calls and message queue mechanism make development and debugging difficult;

Lightweight suggestion

Do not use etcd, db storage, and do not use mq mechanism on the Region side