enable a dynamic target lookup
Added the a annotation to ingressroute to enable a dynamic target lookup
switchboard.borchero.com/target
- a comma seperated list of ip number ipv4 ipv6 [1.1.1.1,1::1]
- one domain name [cname.example.cname]
- service key like k8snamespace/svcname or svcname than the integrations.externalDNS.targetService.namespace is used
My motivation to this fix came from the following setup:
one ingress controller with two nlb why two:
The external is used for the external endpoints and the internal is used my internalone. Both are getting names from aws so i have to the possibiliy to write two ingressroutes which are using different services to identify there targets.
My motivation to this fix came from the following setup:
one ingress controller with two nlb why two:
The external is used for the external endpoints and the internal is used my internalone. Both are getting names from aws so i have to the possibility to write two ingressroutes which are using different services to identify there targets.
Hello, I'm interested in this exact behavior.
Is there any chance of this PR to be merged?