switchboard icon indicating copy to clipboard operation
switchboard copied to clipboard

enable a dynamic target lookup

Open mabels opened this issue 3 years ago • 2 comments

Added the a annotation to ingressroute to enable a dynamic target lookup

switchboard.borchero.com/target

  1. a comma seperated list of ip number ipv4 ipv6 [1.1.1.1,1::1]
  2. one domain name [cname.example.cname]
  3. service key like k8snamespace/svcname or svcname than the integrations.externalDNS.targetService.namespace is used

mabels avatar Aug 24 '22 19:08 mabels

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.

mabels avatar Aug 28 '22 17:08 mabels

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?

AmilcarM11 avatar Aug 28 '23 09:08 AmilcarM11