Ali Borhani
Ali Borhani
Thanks, @rolinh for your detailed answer. I'm glad it's not true and it's going to be actively maintained. I hope we can see more interesting features very soon. It would...
Great news! thanks for informing me 🙏
### Mixed Protocol the current status of the mixed protocol feature in k8s: 1. `MixedProtocolLBService` graduated to beta in v1.24: https://github.com/kubernetes/kubernetes/pull/109213 2. Apparently, Azure also supports it, but the adoption...
@shaneutt I'm glad it was helpful, my colleague ( @m-yosefpor ) and I are interested in working on this feature, but any contributions are also welcomed :) I guess in...
Also, I've investigated some popular load balancers/reverse proxies to see how they've supported http3/quic: ### Haproxy (2.6+) ```conf frontend mysite bind :80 bind :443 ssl crt /etc/haproxy/certs/foo.com/cert.pem alpn h2 #...
@howardjohn cool, thank you for the heads up. It's also one of my questions, if http3 becomes the mainstream technology like http2 is right now, then I'm not seeing any...
Considering this feature has not been implemented yet, I wonder if there's an alternative option to monitor aggregated traffic of a HTTPProxy/Ingress in contour? envoy metrics show the traffic of...
Sorry for my delayed response. I had a chance to look at this again and I realized a few blockers/assumptions are changed and they might affect the future of this...
@allyraza I think you can find the answer in this talk: https://www.youtube.com/watch?v=MDuagr729aU
I found this old PR that implemented the required feature as a proxylib go plugin, but I don't know why it's not merged, it has a really nice and easy-to-use...