Hello,

On Sat, 13 Oct 2018 at 10:34, Sébastien Kurtzemann <s...@seize.tv> wrote:
>
> Hi,
>
> I’ve got a question about haproxy "seamless reload" : when this
> operation is perform does all backend servers connections be reset ?

No. Only *restart* closes existing front and backend connections.
Reload (both seamless and regular) closes them gracefully, so no
request is lost.


> Our use case:
> - we use Voyager Ingress for Kubernetes
> (https://appscode.com/products/voyager/) this last use haproxy to
> perform balancing
> - we have configure each servers backend with "maxconn 1" (we only
> what one connection to be handle by one pod)
> - when a new pod is schedule, Voyager update backend servers then do a
> haproxy seamless reload which cause that we lost previous connections
> states for servers

That's not expected. How exactly does Voyager reload haproxy?


Regards,
Lukas

Reply via email to