You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently external-dns creates one pods.example.com A record and add all pod's HostIP into it (SimpleRouting):
pods.example.com = [1.1.1.1,2.2.2.2,..... ]
What would you like to be added:
My expectations that external-dns should create multiple A records in AWS Route53:
pods.example.com A record = 1.1.1.1
pods.example.com A record = 2.2.2.2
....
Why is this needed:
With multiple A records we can add healthchecks , failover per record.
The text was updated successfully, but these errors were encountered:
we have running serverless pods, which amount changes dynamically (all has label app=pod):
pod1
pod2
....
pod10
this is my headless service for external-dns
Currently external-dns creates one pods.example.com A record and add all pod's HostIP into it (SimpleRouting):
pods.example.com = [1.1.1.1,2.2.2.2,..... ]
What would you like to be added:
My expectations that external-dns should create multiple A records in AWS Route53:
pods.example.com A record = 1.1.1.1
pods.example.com A record = 2.2.2.2
....
Why is this needed:
With multiple A records we can add healthchecks , failover per record.
The text was updated successfully, but these errors were encountered: