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

Cloud DNS Usage statistic

I'm newbie in this service and use trial account. About one week ago I have move one of my sites DNS to Google Cloud DNS. Everything works fine but I cant understand "usage statistic" in API because it's counter does not increase. For example, this…
Sergey
  • 13
  • 2
1
vote
3 answers

Is google cloud dns latency based routing?

I'm testing Google Cloud DNS. I have 3 A NAMES in my test zone that all resolve to the same DNS name. The servers are in Australia, Northwest US, and India. I am located in Northwest US. When I do a tracert on my DNS name, it goes to the IP in the…
user1188179
  • 13
  • 1
  • 3
0
votes
0 answers

How do I redirect one domain to another with Google Cloud DNS?

I am hosting a couple websites with Apache on a Linux box on Google Cloud Compute. For this specific domain, I want to use the *.co as the primary, but I also bought the *.com so that nobody can impersonate this domain. I want to send all traffic (…
0
votes
1 answer

Recreate cloudflare-like analytics on Google DNS

I need to recreate Cloudflare-like visitor analytics (unique monthly visitors and countries at least) using only data provided by GCP DNS. I couldn't find any writeups on how to do this without using the google analytics script. Are there any…
ndp
  • 873
  • 1
  • 11
  • 24
0
votes
0 answers

Domain resolution problem between GCP CloudDNS and Goolge Domains

I've 2 applications: Backend running on GKE cluster A static website (landing page) on Google Firebase. Both apps use wildcard domain (example.com for static website and backend.example.com for the backend) bought from Google Domains. Firebase…
0
votes
2 answers

how to configure access from internal dns to the container by using kubernetes network policy

I want to harden the traffic coming from other k8s containers with same segment but also to permit the k8s ingress (dns) to access the container VM machine (10.194.65.4) --> k8s Ingress (10.194.66.14) --> k8s service (172.30.0.255) --> k8s container…
Maurice Amar
  • 129
  • 1
  • 9
0
votes
1 answer

How to correctly configure DNS in Google Cloud?

I have installed a LAMP on a VM on Compute Engine. I want to redirect my domain to that VM, and for this I have created a DNS zone following Google's instructions. I have created the A and CNAME records. My problem is that it doesn't work.…
0
votes
1 answer

Assigning static IP to GCP Cloud Run without load balancer for inbound traffic

Is it possible to assign a static IP to a cloud run service for inbound requests without a load balancer? I am trying to save on costs as cloud run autoscales itself so there really is no need to pay for a load balancer. I'm trying to resolve an IP…
0
votes
0 answers

How to automatically create a DNS zone and DNS records in google cloud for a CLoud Run hosted API using terraform

I want to host my website on Cloud Run. The website is developed in React, and packaged using golang's "embed" package, which enables the React build assets to be served by the Go "wrapper" REST API. I want to automatically create a DNS Zone and add…
0
votes
1 answer

Is there a way to do gcloud dns record-sets export via the Google Cloud (Python) Client Libraries?

I have a (bash) script on a server that runs as a cron job and exports all of our managed zones from our dns project in google cloud to GCS. for dnszone in $(gcloud dns managed-zones list --project={} --format="value(NAME)") do domain=$(gcloud…
0
votes
1 answer

Google Cloud DNS Publc Records Not Available After 2 weeks

I have set up Cloud DNS with a public DNS zone in a Google Cloud project using Google Terraform Modules (https://github.com/terraform-google-modules/terraform-google-cloud-dns). I have added the custom name servers to Google Domains where the domain…
Stephen Andary
  • 113
  • 1
  • 10
0
votes
1 answer

Unable to resolve DNS for server after setting up a domain using Cloud DNS

I followed the steps in the tutorial: https://cloud.google.com/dns/docs/tutorials/create-domain-tutorial However when I get to the verify my setup, I don't see my servers IP, instead I see this: $ dig -t NS dandyrobot.com. ; <<>> DiG…
brad
  • 930
  • 9
  • 22
0
votes
0 answers

How can I connect my GCP bucket to my VM/DNS zone IP address?

I am trying to host a static website I created on GCP for a domain I bought on Namecheap. I have uploaded the static files into a cloud bucket, and set up a virtual machine and DNS zone, and used the VM's IP address to set up the DNS zone. I also…
0
votes
1 answer

GCP - Project delete and restore. DNS linked to firebase project is not working

I have a GCP project and have bought domain name from Google. And I do have an angular application deployed in Firebase. I have successfully linked my custom domain name in to the firebase project. During this time, I have wrongly deleted my project…
0
votes
0 answers

Chrome reports my static HTML website website is a faulty xml file whilst Edge just says ‘page isn’t working’

Chrome reports my static HTML website website is a faulty xml file whilst Edge just says ‘page isn’t working’. The HTML code in my GoogleCloud bucket displays and works correctly when called by https://storage.googleapis.com/abacus-aa9/index.html It…
Graeme
  • 1
  • 2