Sticky session support
Hi, in Caddy v2, there is a lb_policy option for the reverse_proxy directive. https://caddyserver.com/docs/caddyfile/directives/reverse_proxy#load-balancing
Is this feature available on caddy ingress controller as well?
Thanks
Hi, for now the load balancing logic isn't handled by caddy ingress but by kube proxy (we just send traffic to the service). I'd like to add this feature but lack time.
It's been a while, but I'm using this for my SignalR service, and I was hoping to use sticky sessions to allow websocket negotiation. Hoping this is still being considered.
Adding support for caddy load balancing (with all the load balancing rules including sticky session) is a big task but is necessary for a lot of caddy features. I still lack time but this is still in my top priorities for this project 👍