Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sticky session support #74

Open
Yapcheekian opened this issue Nov 5, 2021 · 3 comments
Open

Sticky session support #74

Yapcheekian opened this issue Nov 5, 2021 · 3 comments
Labels
enhancement New feature or request

Comments

@Yapcheekian
Copy link

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

@Embraser01
Copy link
Member

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.

@TyrenDe
Copy link

TyrenDe commented Jul 26, 2023

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.

@Embraser01 Embraser01 added the enhancement New feature or request label Sep 3, 2023
@Embraser01
Copy link
Member

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 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants