1
0
Fork 0
docker-easy-haproxy/docs/limitations.md
2022-08-26 20:03:11 -05:00

16 lines
No EOL
664 B
Markdown

# Limitations
EasyHAProxy currently expects to work in a single replica.
If more than one replica is running, EasyHAProxy will continue to work, however each replica will discover
the services independently.
It means replicas can be out-of-sync for a few seconds because each replica will discover the pods
separately.
For Letsencrypt this is worse because each replica will a Letsencrypt certificate and can fail because the
letsencrypt challenge can be directed to the other replica. Also, you can hit the certificate issue limit.
So if you intend to run multiple replicas **do not** activate letsencrypt.
----
[Open source ByJG](http://opensource.byjg.com)