ingress-operator icon indicating copy to clipboard operation
ingress-operator copied to clipboard

Document possible usage of ExternalDNS

Open jonatasbaldin opened this issue 4 years ago • 4 comments

Since #7 was merged, we can use ExternalDNS to automatically create DNS entries for the FunctionIngress.

We could document this behaviour, including:

  • How to setup ExternalDNS and linking to their documentation
  • How to verify that the DNS was created

What do you think? Any more ideas on what do document?

jonatasbaldin avatar Sep 08 '19 09:09 jonatasbaldin

Here's an example on how this works: https://gist.github.com/jonatasbaldin/17379c34d5cc20815933edaeb42311fa

jonatasbaldin avatar Sep 08 '19 09:09 jonatasbaldin

Did it work? I can't access it from here

alexellis avatar Sep 08 '19 10:09 alexellis

Documenting the annotations would be useful.

alexellis avatar Sep 08 '19 10:09 alexellis

It did work, I just removed after my testing heh

By default there are no annotations, it depends on the ExternalDNS configuration. It could manage DNS for Ingresses, Services etc.

We could document how it to use it with the default ExternalDNS and point to their documentations if the user wants to have something more specific. What do you think?

jonatasbaldin avatar Sep 08 '19 11:09 jonatasbaldin