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

feat: LB upstream healthcheck/readiness probe #158

Open
ii64 opened this issue Dec 28, 2024 · 0 comments
Open

feat: LB upstream healthcheck/readiness probe #158

ii64 opened this issue Dec 28, 2024 · 0 comments

Comments

@ii64
Copy link
Member

ii64 commented Dec 28, 2024

Is your feature request related to a problem? Please describe.

Sometimes upstream backend maybe just booted up/circuit-break'ed and that is not ready to serve traffic - this may cause partial service degradation due to LB algorithm that may route traffic to unhealthy instance.

Describe the solution you'd like

Passive healthcheck: Monolake observes if a connection to a backend is responded with error status code, or any network issue related errors.
Active healthcheck: Monolake proactively monitor backends by sending readiness/healthcheck probe to see if a backend is ready to serve traffic.

Describe alternatives you've considered

None

Additional context

TBA

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant