resolvers - source network interface issue

2025-06-10 Thread Valentine Krasnobaeva
Hi Maciej! Thanks for reporting this ! Yes, we already have a problem with a "sticky" UDP socket for DNS resolution in k8s environment with ephemeral IPs for CoreDNS nodes. You can see more details from this GitHub issue: https://github.com/haproxy/haproxy/issues/2654 Maybe the udp socket

HAProxy Unified Kubernetes Gateway

2025-06-10 Thread Aleksandar Lazic
Hi. I have read this https://www.haproxy.com/company/news/haproxy-technologies-announces-kubernetes-innovations-at-haproxyconf-2025-day-two , sadly I was not able to join the HAProxy Conf, is there anywhere a more technical info about the "HAProxy Unified Kubernetes Gateway". BTW: it would b

Re: Transparently forward unrecognized quic packets

2025-06-10 Thread Amaury Denoyelle
On Mon, Jun 09, 2025 at 11:31:17AM +0300, Marko Karppinen wrote: > Hi everyone, I'm looking at finally enabling http/3 across our > infrastructure since haproxy 3.2.0 ticked some boxes for us on that > front. There's one issue remaining: > In our setup, we load balance HTTP traffic by ECMP to an an

Lua and trigger on shutdown

2025-06-10 Thread Stevenson, Bob (CHICO-R)
Is there any way for lua to trap a master socket ‘reload’ so that I can invoke ‘dump stats-file’ on the admin.sock? Or any other way that I don’t know about to automatically trigger the dump to execute automatically? My haproxy is running in the opensource ingress controller; and there is curre

Asa deci? Ce canal?

2025-06-10 Thread Patricia Bivolan
Trimis de pe iPhone‑ul meu

Re: resolvers - source network interface issue

2025-06-10 Thread Aurelien DARRAGON
Hi, On 6/9/25 22:45, Maciej Zdeb wrote: > Hi, > I have HAProxy 3.0.8 running on a system with two network interfaces (eno1 > 1.2.3.4 and eno2 10.0.10.10). > > The default route is on eno1. > More specific route to 10.0.0.0/8 is on eno2 - this is used for dns > resolution in HAProxy. > > When the

Re: prefer-last-server with round robin lb algo

2025-06-10 Thread Valentine Krasnobaeva
Hi Tamara! Thanks for reporting this. Non, round-robin is not deterministic, thus compatible with prefer-last-server and this option should not be ignored. With which version are you observing this behaviour? "prefer-last-server" ismainly used for keepalive with servers as the doc states an