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

Load balancing for core service fails #754

Open
olevski opened this issue Feb 11, 2025 · 1 comment
Open

Load balancing for core service fails #754

olevski opened this issue Feb 11, 2025 · 1 comment
Labels
bug Something isn't working

Comments

@olevski
Copy link
Member

olevski commented Feb 11, 2025

The gateway internally keeps track of the pods for the core service and load balances between them with the addition of providing cookie-based sticky sessions.

But the internal state of the gateway for the core service pods can become outdated and not get updated even though we listen to k8s events.

We can do a few things here:

  1. When we see that the gateway cannot reach the core service try to refresh the core service pods IPs in the gateway and try again
  2. Investigate how we got out of sync
@olevski olevski added the bug Something isn't working label Feb 11, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant