You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 👍
Hi, in Caddy v2, there is a
lb_policy
option for thereverse_proxy
directive. https://caddyserver.com/docs/caddyfile/directives/reverse_proxy#load-balancingIs this feature available on caddy ingress controller as well?
Thanks
The text was updated successfully, but these errors were encountered: