Skip to content

feat: Add IPv6 Compatible NLBs for AWS #644

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

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

Volatus
Copy link
Contributor

@Volatus Volatus commented May 9, 2025

Currently, the CF LB and the Isolation Segments LBs are Classic Load Balancers, which only support IPv4. To add dualstack support for Ingress, we need to create NLBs instead.

This PR adds a new LB type, nlb which create all the appropriate resources. There are no changes to concourse or cf lb types, these work as before.

Volatus added 2 commits May 13, 2025 10:53
* Adds NLB variants of existing classic load balancers
* Adds dualstack support on the NLBs
* CF TCP LB is now limited to 50 ports, instead of 100

Signed-off-by: Ismayil Mirzali <[email protected]>
@Volatus Volatus force-pushed the feat/aws-ipv6-nlbs branch from b787fbc to c2e49a7 Compare May 13, 2025 07:53
@beyhan beyhan requested review from a team, selzoc and ramonskie and removed request for a team May 22, 2025 14:55
@beyhan beyhan moved this from Inbox to Pending Review | Discussion in Foundational Infrastructure Working Group May 22, 2025
Copy link
Member

@aramprice aramprice left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seems reasonable since this is optional for consumers of bbl

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Pending Review | Discussion
Development

Successfully merging this pull request may close these issues.

2 participants