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

Way to Health Check from Load Balancer #214

Open
jseiser opened this issue Sep 13, 2024 · 0 comments
Open

Way to Health Check from Load Balancer #214

jseiser opened this issue Sep 13, 2024 · 0 comments

Comments

@jseiser
Copy link

jseiser commented Sep 13, 2024

Is your feature request related to a problem? Please describe.
There should be a way to determine the health of the VPN from the load balancer. Creating an public NLB in AWS.

Annotations:              
                          service.beta.kubernetes.io/aws-load-balancer-nlb-target-type: ip
                          service.beta.kubernetes.io/aws-load-balancer-scheme: internet-facing
                          service.beta.kubernetes.io/aws-load-balancer-target-group-attributes:
                          service.beta.kubernetes.io/aws-load-balancer-type: external

You end up with a UDP listener like you would expect, but an NLB can only health check via TCP, HTTP, or HTTPS.

https://docs.aws.amazon.com/elasticloadbalancing/latest/network/target-group-health-checks.html

So the service is down and no traffic is routed.

Describe the solution you'd like

Ideally the agent container exposes some sort of healthcheck via HTTP.

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

No branches or pull requests

1 participant