Search before asking
Description
When deployed on cluster managers such as k8s and yarn, dolphinscheduler supports worker elastic scaling
The initial idea is as follows:

- Add ResourceManager to the master server.
- ResourceManager is responsible for the management and application of worker resources.
- ResourceManager perceives the online and offline of worker nodes through the register.
- The ResourceManager goes to the cluster manager to apply for resources according to the per workflow. The resources are released at the end of the workflow.
Use case
worker elastic scaling
Related issues
No response
Are you willing to submit a PR?
Code of Conduct