Cluster management for multi-node

Hi everyone,

I’m evaluating DragonflyDB for a feature store use case at scale.
I’m trying to understand how cluster management is supposed to work with the Dragonfly operator, From what I understand of Dragonfly’s cluster model, slot ownership and any data movement are driven by DFLYCLUSTER CONFIG, and migrations are explicit (via the migrations section in the config) and there isn’t automatic resharding or “migrate for me” when a new node is added.

Is there a recommended path for “N → N+1 nodes”?

Thanks!