Hello,
I have a requirement of developing a service that runs on all nodes of a particular cluster at the same time. So, instead of only one instance running on a particular node (with failover and stuff), it needs to be running on all nodes of the cluster at the same time.
- Is there a way to enforce such a thing? I know we can make a generic service role. But that will make the service run on only one of the nodes.
- Is there a way to keep configuration of such a service in registry and get it replicated to all cluster nodes automatically?
Thanks,
Ayush Gupta
Ayush