Open
Description
To ease exposing services running in the cluster to external clients, exposing a DNS service which can be used as an NS for some upstream DNS server can be useful.
To implement this, we could deploy CoreDNS (using the Chart?) in kube-ingress
, combined with the external-dns
service.
This somewhat relates to the work on cert-manager
in #26 and #3.