Hi all,
I would like to create a dns zone : gcp.mycompany.com. mycompany.com is managed by our on premise DNS.
I'm familiar with Route 53. And for public
resolution, one declare the DNS subdomain in an AWS account and we add
records as needed on only one place. Records can be private or public.
But on google, on may create one subdomain / GCP project
- create an "infractructure" GCP project, let's say « Route 53 »
-
declare the gcp.mycompany.com domain in CloudDNS
- Update the on premise DNS with NS & TXT records
==> If an application is deployed in another GCP project, myAppPrj, need to resolve a name on gcp.mycompany.com, I add it in the Cloud DNS of GCP project Route 53 : Do this resolution will be ok from instances in myAppPrj ?