Distribute singletons across an Akka Cluster

I need to run several coordinators as singletons on a cluster and it might be to much load for one node. Is there a way to distribute the singletons across the cluster and not have them all running on the oldest member?

We recently added a new feature called Sharded Daemon Processes that distributes N singleton like actors across the cluster that could perhaps be a fit, docs here: https://doc.akka.io/docs/akka/current/typed/cluster-sharded-daemon-process.html#sharded-daemon-process