-
Notifications
You must be signed in to change notification settings - Fork 658
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[nEdge] Implement clustering and high-availability #2036
Comments
A possible implementation option is to implement hot-standby |
We have an actual use case for a customer project. They happily use nEdge as traffic shaper, but need to make it high-available in a cluster. |
I am working on setting up a HA cluster between two linux instances. Instead of opening up a new thread this seems to fit in this thread. I have requested a Quota persist feature for nEdge ion #8882 However since this could be some time before it is updated I was wondering if theres a way to sync this to a hot-standby secondary server using corosync+pacemaker [1]? I understand that it's not persisted however maybe there is a way to sync this over into the running application then we could sync it back when the primary comes back and takes over the HA cluster. [1] https://www.habibza.in/configuration-ha-cluster-corosync-and-pacemaker-ubuntu-20-04/ |
As nEdge is used inline, a fault can disrupt the whole network. It is requested to implement a way to federate instances in order to implement high-availability so that
The text was updated successfully, but these errors were encountered: