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

Enable Route 53 Controller to Fetch Alias Load Balancer by Tags #2085

Open
neilharris123 opened this issue Jun 11, 2024 · 2 comments
Open

Enable Route 53 Controller to Fetch Alias Load Balancer by Tags #2085

neilharris123 opened this issue Jun 11, 2024 · 2 comments
Labels
kind/enhancement Categorizes issue or PR as related to existing feature enhancements. service/route53 Indicates issues or PRs that are related to route53-controller.

Comments

@neilharris123
Copy link

Is your feature request related to a problem?
Currently LB needs to be hardcoded in the alias name. In dynamic environments, load balancers are often created, modified, or destroyed. Hardcoding the LB is not very intuitive in this scenario

Describe the solution you'd like
Fetching LBs by tags will allow automatic DNS updates, ensuring records are always accurate and pointing to the correct resources.

@a-hilaly a-hilaly added service/route53 Indicates issues or PRs that are related to route53-controller. kind/enhancement Categorizes issue or PR as related to existing feature enhancements. labels Jun 17, 2024
@a-hilaly
Copy link
Member

@neilharris123 We can implement some sort of references between Route53 and ELBv2 resources, but it won't be possible to do filter by tags.

@a-hilaly
Copy link
Member

Thinking something similar to: #1576

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/enhancement Categorizes issue or PR as related to existing feature enhancements. service/route53 Indicates issues or PRs that are related to route53-controller.
Projects
None yet
Development

No branches or pull requests

2 participants