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

How to redirect http to https on GCP without another load balancer?

I have several simple sites (mostly single bucket sites, and one LAMP site) and it seems that I need 2 load balancers per site. One for the https backend and certificate, and another to redirect http traffic to https. GCP charges way too much for…
1
vote
1 answer

How to disable IP showing in Google Cloud DNS

Im using Google Cloud DNS and I want to disable IP showing when someone is ping my domain. How can I do that?
Ali Dalir
  • 11
  • 4
1
vote
2 answers

How do I make an MX record to point to a Google Workspace email address of the same domain?

I purchased anarchitecture.io from Google Domains, and pointed it to a Google Cloud Compute instance Apache server by adding an A record with the IP address of the server. I also set that domain to "Use custom name servers" and set them to the…
1
vote
1 answer

Importing Weighted DNS records in google cloud dns

I'm facing challenge to import records from AWS route53 service to google cloud DNS. I felt Route53 has many features compare to google-cloud-dns . First, I faced challenge with root alias record which I'm going to deal with CNAME by using www or…
Learner
  • 1,544
  • 8
  • 29
  • 55
1
vote
2 answers

Can not create google cloud DNS

Cloud DNS can no longer be created after I repeated, several times, Installing WordPress on the Google Cloud and Removing the Project. A warning similar to the following appears. The domain "mydomainatgoogledomain.com." (or its child domains) may be…
Aoki
  • 11
  • 1
1
vote
1 answer

Setting up Private DNS in google cloud

2 years back Google introudced private DNS which is very important for internal domains communication. I setup a private dns to learn about DNS using below documentation…
Learner
  • 1,544
  • 8
  • 29
  • 55
1
vote
1 answer

Certmanager Cross Project DNS01 Challenge Fail

Project Prod and Project Staging have been setup and each running a GKE cluster. Cert-manager is installed to automate the process of certificate issuance as explained in official docs. Project Prod has DNS that maps to both prod and staging cluster…
1
vote
1 answer

Unable to open Google Cloud DNS page

I am unable to access Google Cloud DNS page. All it shows is: "DNS API is being enabled. This may take a minute or more." Then it reloads and repeats showing the same message. The API is already enabled, and the records I created works. No problem…
1
vote
1 answer

Removing custom domain from EC2 instance, and then use domain for Cloud Run app (domain in Route 53)

Per this earlier post, I was able to verify a domain of ours (which is in Route 53) to use as a custom domain with GCPs Cloud Run. However, we are struggling to update the DNS records for this domain now. Our domain mydomain.com was previously used…
Canovice
  • 9,012
  • 22
  • 93
  • 211
1
vote
1 answer

How to set default namesevers for a Google Cloud DNS zone?

I'm using Google's CloudDNS API to batch upload a bunch of domains to Google Cloud. I want to be able to override the default nameservers that Google randomly assigns for…
1
vote
1 answer

How to add subdomain in google cloud DNS?

I have a compute engine running in google cloud. I linked this compute engine with a domain like example.com but I want to host another web apllication on the same compute engine and access it via subdomain like app.example.com, so can anyone tell…
1
vote
1 answer

how setup mail domain (MX, SRV,TXT) in Google Cloud DNS?

I just purchased mail domain service to my new domain. Domain was registered in GoDaddy, mail domain purchased also in goDaddy( looks like outlook365) But Nameservers are routed to Google nameservers, because hosting is in Google Cloud I already…
andrew
  • 459
  • 5
  • 21
1
vote
0 answers

Map Cloud storage and Cloud run to same domain to avoid CORS

Here we made a simple website using cloud storage and a cloud run as an API . have used manage custom domain for domain mapping . When connected using javascript ,we run into CORS error . Is there any possibility to map both with cloud storage and…
1
vote
1 answer

Creating overlapping zones in GCP

I'm trying to create multiple public zones in CloudDNS like this: - my-domain.com (for production) - dev.my-domain.com - qa.my-domain.com I created a top level domain (my-domain.com) and added all the subdomain records, however I'd like to be…
victoryNap
  • 134
  • 10
1
vote
1 answer

Google Cloud DNS Subdomain Mapping to Heroku

What I'm trying to do: Map a subdomain hosted on Google Cloud to a Heroku app. I'm used to dealing with different registrars and DNS providers. This is the first time I'm working on one that is hosted on Google Cloud. With other DNS providers all I…