dromara / CloudEon

CloudEon uses Kubernetes to install and deploy open-source big data components, enabling the containerized operation of an open-source big data platform. This allows you to reduce your focus on underlying resource management and maintenance.
https://www.cloudeon.top/
Apache License 2.0
419 stars 100 forks source link

[Feature]Add Cluster Gateway #148

Open MuziMin0222 opened 1 month ago

MuziMin0222 commented 1 month ago

Is your feature request related to a problem? Please describe. Whether to consider increasing the role of Gateway similar to CDH;

Describe the solution you'd like There is a node that has all the startup modes of the component, but is not a member of the component cluster and only acts as the client of the component. For example, in an HDFS cluster, the node does not belong to HDFS NameNode or DataNode, but can run HDFS related commands.

Describe alternatives you've considered I consider deploying all services on one node, but it will increase the pressure on this node, and this node is a member of the component cluster; What I want to do is submit this node as a task node;

Additional context Nothing