0

I am wondering if anyone knows of an open source reverse proxy that is able to read CA files in persistent storage - in a swarm. I would like to build a reverse proxy in the swarm so if one manager fails the other can carry on. I was developing with the traefik - docker swarm - ceph solution but then I realised that traefik comm.ed. does not support clusters, you need enterprise licence for that. I am looking now at HAproxy but before I start learning a new tool I thought I would better ask the community.

would love any feedback,

thank you

grayred8
  • 93
  • 6
  • What clustering feature do you need? On swarm, Traefik "free" runs fine as a number of discreet instances that have common configuration. – Chris Becke Nov 18 '22 at 06:53
  • I have read that traefik does not allow anymore to store the certificates in persistent storage. So what happens if it runs on one node and the node fails? – grayred8 Nov 21 '22 at 14:04
  • I run traeffik on multiple nodes, with certificates currently stored in a shared consul instance, but previously with certificates stored on a mounted shared volume. – Chris Becke Nov 22 '22 at 05:06

0 Answers0