Questions tagged [google-cloud-dns]

Google Cloud DNS is a high performance, resilient, and global DNS service that provides a cost effective way to make your applications and services available to your users.

Google Cloud DNS is a high performance, resilient, and global DNS service that provides a cost effective way to make your applications and services available to your users.

This programmable, authoritative DNS service can be used to easily publish and manage DNS records using the same infrastructure relied upon by Google.

Official site

306 questions
1
vote
1 answer

Automatically update a domain with an IP address

Over the years, I used No-IP to link a domain to my IP address, and then used No-IP's DUC (Dynamic Update Client) to update my IP, so that the domain will always point to my IP. That's very handy for running dedicated game servers. Is there a…
avi12
  • 2,000
  • 5
  • 24
  • 41
1
vote
1 answer

Changing a Cloud DNS IP (Resource Record Type A) with no propagation time

I have a GKE Cluster with istio installed. Istio ingress gateway automatically creates a load balancer with an IP. I put this IP in Cloud DNS as image below (Fake IP with hidden DNS name). Everything work and I can access my cluster using the…
1
vote
1 answer

GCP: How to do DNS Peering between 2 VPCs that use VPC Peering in the same project

In Google Cloud Platform, how do I set up private DNS Peering between two VPCs that are connected with VPC Peering, but reside in the same project? I have one project my-project and two VPC networks blue and pink. The two VPCs are peered. I want…
1
vote
1 answer

Porting to google cloud DNS but can't find ALIAS record

We have a domain coolcats.com and need to add ALIAS coolcats.com to pixie.porkbun.com where our website is hosted. I don't see how to add an ALIAS record in google cloud DNS? Can I do it via an api perhaps?
Dean Hiller
  • 19,235
  • 25
  • 129
  • 212
1
vote
0 answers

GCP: creating private DNS in a project using subnet of a shared vpc

I am trying to create private dns zone for a project (service project) using subnet of a shared vpc. but its not letting me to choose the subnet (dedicated for this project) which can see this zone (from add network option). arent we allowed by…
1
vote
1 answer

How to point Google Cloud DNS to Plesk DNS

I'm new at this, I have installed Plesk in a google compute engine without using the easiest way through marketplace. My problem is with the DNS, to register my domain in registro.br it requires at least two different IPs, that Google DNS provides,…
SpaceDogCS
  • 2,808
  • 3
  • 20
  • 49
1
vote
1 answer

Google Cloud DNS and Reverse DNS Issues for Mail Server

I have migrated my DNS records from my webhoster (their DNS has no UI) to Google Cloud DNS using Googles trail period offer (no support). I am not yet using any other Google Cloud service. I have setup all the new PUBLIC DNS records from scratch (no…
Tony
  • 83
  • 1
  • 7
1
vote
2 answers

Unable to resolve Google Cloud DNS Managed Private Zone from Compute

I am using a Google Cloud DNS Managed Private Zone, which is unable to be resolved by Compute instances that are within the network permitted by the zone. I am using two Ubuntu 18.04 LTS standard images. The two instances are on two different…
1
vote
2 answers

Trailing dot on Cloud DNS

I have configured Cloud DNS to serve a static website on Google Data Storage to test it works. I've successfully managed to configure it with one exception. I am able to access my website at www.example.com. (notice the trailing dot) I expect it…
Diego Gallegos
  • 1,722
  • 2
  • 18
  • 31
1
vote
1 answer

Subdomain not mapping to load balancer backend service in Google Cloud Compute Engine

I've created a Cloud DNS Zone for example.com and pointed it's A record to Load Balancer's Static IP. In the Load balancer, I have configured foo.example.com to point to the foo-backend-service: When I navigate to foo.example.com, it doesn't…
John Mike
  • 1,895
  • 3
  • 17
  • 26
1
vote
1 answer

VM instances does not use the google cloud dns forwarder to resolve

i have setup my infra on GCP and created a VPC and firewall rules to allow outgoing 53 from inside my network to the outside. i also setup a private dns zone in google cloud and added a dns forwarder ip (e.g. 192.168.1.1) to it. i also added the…
1
vote
2 answers

My google cloud instance is no longer able to resolve external hostnames

Yesterday I had to revert to a recent snapshot of my vm. This vm was working flawlessly at the time I took it. But now I can no longer resolve any url from this host. All git pull commands, all curl requests, host lookups, etc.. are failing. For…
ChrisF
  • 57
  • 9
1
vote
1 answer

Google Cloud Platform DNS: unable to set domain name without www to point to server

I am new to GCP. I have configured a computing engine and am trying to set the DNS entries. I have updated the Name Servers on the Registrar DNS settings. On the GCP DNS configuration I have set (a) the A record (b) the CNAME records when I access…
RmR
  • 1,917
  • 1
  • 22
  • 35
1
vote
2 answers

automatically register GCE instances in google cloud DNS?

How do I have my GCE instances register with an internal GCP DNS zone? Is there a built in way to do this? Edit: looks like I can do this https://cloud.google.com/sdk/gcloud/reference/dns/record-sets/transaction/add
red888
  • 27,709
  • 55
  • 204
  • 392
1
vote
1 answer

how to I build a NAPTR record in google cloud dns?

I can't seem to get the syntax down. I'm putting this on the bare domain and setting the NAPTR data to 10 10 "s" "sip+D2U" "" _sip._udp.mydomain.com and it says invalid.
Dan Denson
  • 11
  • 1