-
Hi, I am exploring how acme2certifier supports running in either an active/active or load-balanced fashion. I have previously encountered small outages where either the server or the backend database became inaccessible. This has led me to wonder about feasible designs that would allow running separate instances that can be switched between seamlessly. I assume that there is some critical state, such as account registrations and previous orders, that needs to be shared between backends to achieve this setup. I am curious to hear your thoughts on this. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Hi, Running multiple acme2certifier instance in an active/active setup should work in principle; I see no reasons why it should not work. Some first thoughts:
If you have a recommendation for #2 I can go for a small POC and create some documentation around it (I have this on my list for quite some time) |
Beta Was this translation helpful? Give feedback.
-
Hi again, i wrote a small tutorial how to setup two a2c service in a load-balancing mode. Feel free to test. Feedback is always welcome... |
Beta Was this translation helpful? Give feedback.
Hi again,
i wrote a small tutorial how to setup two a2c service in a load-balancing mode. Feel free to test. Feedback is always welcome...