I have successfully installed external-dns
in my Kubernetes cluster following the official steps on github, it creates a Route53 record and I am able to access it correctly. I installed this on a specific namespace.
My question is, do I need to deploy external-dns
on each namespace (and then creating the service account, cluster role binding and deployment) or I can use the same deployment across namespaces?