Expected Behaviour
It's still needed to manually create a DNS entry when using FunctionIngress. Implementing support to ExternalDNS would allow FunctionIngress to create, delete and update DNS entries automatically.
Current Behaviour
The need to create manually DNS entries each time a new FunctionIngress is deployed.
Possible Solution
Implement support for ExternalDNS to manage DNS entries automatically.
This tutorial shows how to use ExternalDNS with NGINX Ingress. The behaviour is basically synchronising the Ingress domains names with the DNS.
Also, if using with Services, ExternalDNS has annotations to indicate that the DNS entry should be manager, as shown in this example. We could try to enable/disable the ExternalDNS in FunctionIngress with these annotations.
Context
Would be amazing to eliminate one more manual process to get TLS/custom handlers to our functions ⚡️
Expected Behaviour
It's still needed to manually create a DNS entry when using
FunctionIngress. Implementing support to ExternalDNS would allowFunctionIngressto create, delete and update DNS entries automatically.Current Behaviour
The need to create manually DNS entries each time a new
FunctionIngressis deployed.Possible Solution
Implement support for ExternalDNS to manage DNS entries automatically.
This tutorial shows how to use ExternalDNS with NGINX Ingress. The behaviour is basically synchronising the Ingress domains names with the DNS.
Also, if using with Services, ExternalDNS has annotations to indicate that the DNS entry should be manager, as shown in this example. We could try to enable/disable the ExternalDNS in
FunctionIngresswith these annotations.Context
Would be amazing to eliminate one more manual process to get TLS/custom handlers to our functions ⚡️