Google Compute Engine Network Internal DNS

google-cloud-platformgoogle-compute-engine

I'm setting up a CoreOS cluster on GCE and trying to get the cloud-init going with my own DNS entries. The DNS is being set up in a Google Cloud DNS zone but it appears that this DNS zone is not being used by the Network that was set up.

With AWS you can associate a DNS zone with a VPC, is it possible to do the same with Google Cloud?

Best Answer

As suggested previously by Kamran, if you are using third-party name registrar, you will need to update your domain's name servers to use Cloud DNS. For more information on how to do this, see this updating your domain's name servers guide.

Additionally, you can retrieve the list of name servers that are configured to serve DNS queries for your zone by running gcloud dns managed-zones describe [EXAMPLE_ZONE] command as indicated in this Look up your Cloud DNS name servers section.