I'm new to GCP and also learning about Multi-Regional architectures . We already have single region ( but multi zonal ) infrastructure setup. DNS names of the internal components do not have region/zone value mentioned in that.
I wanted to know thoughts about setting up multi-regional architecture where components in different region should be connecting to same region's components when making a call to connect.
One way, I thought of is adding the region/zone data in the DNS name and as per the Name resolution order policy of Google Cloud DNS, it will try to "find a private zone that matches as much of the requested record as possible (longest suffix matching). "
But in that case multiple changes have to made in the existing coding. Is there any other way by which we can accommodate such change ?
thanks