I have an application that consists of microservices which are dockerized and are deployed on Azure kubernetes service in West Europe.
In order to reach the application an nginx ingress controller is created and the public endpoint is mapped to a custom domain. For example the public ip x.x.x.x is mapped to domain testwebsite.com in Azure DNS. The Ingress takes care of the routing to the microservices.
How do I translate this setup to multiple regions and still use the same DNS name?