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

TCP listener for NLB heartbeats #459

Open
jvehent opened this issue Mar 23, 2020 · 3 comments
Open

TCP listener for NLB heartbeats #459

jvehent opened this issue Mar 23, 2020 · 3 comments

Comments

@jvehent
Copy link
Contributor

jvehent commented Mar 23, 2020

Expose a TCP listener that follows the HTTP heartbeat and fails when autograph is unhealthy, so that TCP load balancers like AWS NLB.

@jvehent jvehent self-assigned this Mar 23, 2020
@jvehent
Copy link
Contributor Author

jvehent commented Mar 23, 2020

@Micheletto What's the spec for the tcp listener? does it just need to negotiate a SYN/SYNACK/ACK, or is the NLB expecting a specific payload too?

@jvehent
Copy link
Contributor Author

jvehent commented Mar 23, 2020

ah! A TCP health check succeeds if the TCP connection succeeds.
https://docs.aws.amazon.com/elasticloadbalancing/latest/classic/elb-healthchecks.html

@jvehent
Copy link
Contributor Author

jvehent commented Mar 26, 2020

We're pausing on this until @Micheletto has had a chance to test out the SSL NLB.

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

Successfully merging a pull request may close this issue.

1 participant