-
Notifications
You must be signed in to change notification settings - Fork 303
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
Is there nginx-controller like session affinity support #60
Comments
It appears that currently the only solution is to install an nginx controller in GKE. |
@jaysonjc how can I do that? |
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
I am also interested in affinity for GCE ingress, any updates for this ticket? |
Stale issues rot after 30d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
Rotten issues close after 30d of inactivity. Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
I've been trying to find a solid answer on how to use (if it is even possible) session affinity with a GCE ingress resource.
My understanding is that nginx supports this by going around the service's vip and directly to the pods, updating the nginx configuration as it needs to when the pods change -- since while service's support clientip affinity this would be based on the nginx ip and not the client making the http request so the service must be bypassed.
Can the GCE ingress do similar or is there an alternative way to get affinity?
The text was updated successfully, but these errors were encountered: