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
5
votes
1 answer

How to configure Google Cloud DNS for an AWS Load balancer

I have an AWS load balancer. AWS assigns a DNA name like: data-vm-190.eu-west-1.elb.amazonaws.com When I try to create a DNS CNAME record in Google Cloud, I get this error: "Record data must be in the format server-1.example.com" How can I get past…
user3622140
  • 65
  • 1
  • 7
5
votes
4 answers

Certbot: No valid ip addresses found / Invalid response found (From Google Cloud)

I got this cmd: sudo certbot --apache -d pushupteam.dev -d www.pushupteam.dev and this is. what I got : Saving debug log to /var/log/letsencrypt/letsencrypt.log Plugins selected: Authenticator apache, Installer apache Obtaining a new…
5
votes
2 answers

Is there any terraform resource (or CLI commands) for oauth config in GCP, also to add Authorized domains in GCP

I would like to know if is there any terraform resource (or command line) to do the following tasks in Google Cloud Platform (GCP): Add an authorized DNS domain in API & Services --> Oauth consent screen (please see the attached image/screenshot…
5
votes
1 answer

Cannot remove a domain or upload a new SSL certificate on Google Cloud Platform

I used to have permissions to remove a custom domain on Google App Engine or upload a new SSL certificate. However, one day the SSL certificate was expired and I could not upload a new SSL certificate and got the following warning message. "You do…
5
votes
1 answer

Access GCP Cloud DNS from pods on GKE

I’m investigating this letsencrypt controller (https://github.com/tazjin/kubernetes-letsencrypt). It requires pods have permission to make changes to records in Cloud DNS. I thought with the pods running on GKE I’d get that access with the default…
5
votes
2 answers

Google Cloud DNS CNAME aliasing to Google Cloud Storage

The Google Cloud Storage documentation states : If you want the test.example.com to serve the same content as is served from www.example.com, add a CNAME record that aliases "test" to "www". A separate bucket is not needed in this scenario. …
maciekrb
  • 227
  • 1
  • 11
4
votes
0 answers

How to set custom DNS in GKE Autopilot

I run Composer 2 in Autopilot mode and I need to setup custom dns server for some domains in GKE Autopilot. In GKE Standart (non autopilot) i can simple change kube-dns configmap to add stubDomains: { "domain.com": ["9.9.9.9"] } but…
4
votes
2 answers

How to move Google Cloud DNS entries between 2 projects?

I want to do something really simple, but it looks like it's almost impossible to do. I have different Projects inside my Google Cloud DNS account. I want to move (migrate?) some of the entries (domains) from one project to another. I don't want to…
Fred
  • 53
  • 2
  • 4
4
votes
2 answers

Google Cloud DNS changing Record Resource update time

I am currently trying to map a Compute Engine VM with an ephemeral IP to a hostname using Google Cloud DNS, this operation takes place at the VM startup time. I am doing this through a shell script as it follows: gcloud dns record-sets transaction…
Brad
  • 958
  • 8
  • 21
4
votes
3 answers

Does google cloud have internal dns service

Does GCP support an internal DNS service? I don't need my zone to be public but I want my gce instances to use it for resolving internal services.
red888
  • 27,709
  • 55
  • 204
  • 392
4
votes
4 answers

Google Cloud DNS and 301 redirects

Namecheap and other registrars provide a way to setup HTTP 301 or 302 redirects when configuring DNS. It is a nice feature since otherwise you would need to implement it yourself. See screenshot below from Namecheap DNS configuration page. Does…
Alex
  • 1,021
  • 3
  • 10
  • 16
4
votes
1 answer

CNAME chain discouraged?

Every time we make changes to our backend that requires changes to our clients DNS setup, we have to go through a lengthy process with emails, phone calls, email reminders, and so one in order to get each one to implement necessary changes. In order…
cmatofte
  • 51
  • 4
4
votes
1 answer

Google Cloud DNS Subdomain Delegation With Separate Zones

Using Google Cloud DNS I have foo.com DNS Zone setup. I would like a separate DNS Zone to be delegated responsiblity for dev.foo.com domain names ( e.g. myappserver.dev.foo.com could be defined in the delegated DNS zone ) I could of course simply…
Andy Boyle
  • 71
  • 1
  • 5
4
votes
3 answers

Google Cloud Platform - Vanity Nameservers

I'm in the process of moving my DNS to Google Cloud Platform and wish to set up vanity nameservers. Is this possible with gloud? I have two domains currently in my project abc-net.co.uk (vanity) abc.co.uk (company domain) I have set 4 records…
jwofavn
  • 43
  • 1
  • 4
4
votes
2 answers

Google Cloud DNS or Google Public DNS

Why would you want to use "Google Cloud DNS" when "Google Public DNS" is free? How do you setup a DNS/nameserver to point to a compute engine: 1. Set you domain registrator(GoDaddy.com in my case) settings/"nameserver" to point to the DSN server…
Chris G.
  • 23,930
  • 48
  • 177
  • 302
1
2
3
20 21