I have a Kubernetes cluster on AWS (no EKS) with each service having endpoint urls to which they communicate "hardcoded" within their docker image.
Now I want to create at the same aws account a clone of that cluster, keeping the first one intact. The problem is that when I create a service, its ingress entry overwrites in route53 the one used for the original cluster.
What I would like to achieve?
I use external-dns and nginx ingress controller.