-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Static External IP (AWS elastic IP) #4006
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
Comments
Hello, thanks for reporting this. Can you please clarify if this is referring to an ALB or NLB? Thank you. |
Ideally would be for both ALB and NLB, like Internet <-> AWS NLB with elastic IP <-> AWS ALB <-> AWS EKS. |
Unfortunately we have not added support for ALB as a target of NLB (#2297). Like you mention, NLB does support choosing the IP, and the controller supports it to. https://kubernetes-sigs.github.io/aws-load-balancer-controller/v2.10/guide/service/annotations/#eip-allocations A solution to your problem is to set up an out of band NLB, have the LBC manage an ALB, and manually register the ALB into your NLB. This should be reasonably straight forward as you shouldn't need to manage the out of band NLB, while the LBC will do the heavy lifting of ensuring the ALB targets are correctly updated. |
The Kubernetes project currently lacks enough contributors to adequately respond to all issues. This bot triages un-triaged issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
Is your feature request related to a problem?
We need static external IP for AWS load-balancer.
Describe the solution you'd like
Would be nice if we could assign reserved AWS elastic IPs to the load-balancer.
The text was updated successfully, but these errors were encountered: