-
Notifications
You must be signed in to change notification settings - Fork 84
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 #267
Comments
@lambertpan Can you check if the Amazon ALB supports sticky sessions? |
To revisit this @szuecs - yes ALB supports sticky sessions. I believe the fix to enable this would just be to update the Listener like so:
If that sounds right, I can throw together a PR for it. |
Hi, took a while to read the backlog from vacation! Yeah from my side looks good. What we need to define is an annotation and add it to the list https://github.com/zalando-incubator/kube-ingress-aws-controller/tree/master?tab=readme-ov-file#annotations , and use it to enable sticky session by ingress/routegroup annotation. Default could be non-sticky. Every feature PR comes with test and docs :) |
I have enabled the SessionAffinity on the service, and from kube-ingress-controller I expect something similar to nginx-cookie - Do we have anything like this? Or, how to handle session affinity with kube-ingress-aws-controller?
The text was updated successfully, but these errors were encountered: