Set up external-dns on a kubernetes cluster
In this article, I'm going to explain how to set up external-dns module in a Kubernetes cluster. This module is useful to generate dynamic URLs when deploying applications in a cluster. It detects components when they are deployed into the cluster an...
yodamad.hashnode.dev6 min read
Maxime
Wouldn't that have also worked with a wildcard DNS? Then, no need for an external DNS service. Although less secure (filter would be on ingress, not in DNS resolving).