CloudEon
CloudEon copied to clipboard
[Feature]Add Cluster Gateway
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