How to put AWS Network Load Balancer Elastic IPs in R53 A record #3596
Unanswered
cesare-showclix
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We have a k8s service of type load balancer that creates an AWS network load balancer and assigns 2 elastic IPs to it.
These are the relevant annotations:
service.beta.kubernetes.io/aws-load-balancer-eip-allocations: eipalloc-*****************,eipalloc-*********************
external-dns.alpha.kubernetes.io/hostname: mytest.example.com
The A record that ExternalDNS creates contains something like:
test-nlb-***********************.elb.us-east-1.amazonaws.com
We want the A record to contain the 2 elastic IPs instead. How do we make that happen?
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions