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

Acccess Google Cloud DNS Cross project

I am trying to get cert-manager in Project B to set up a certificate automatically but for the DNS01 challenge to work for the clusterIssuer i need it to access Project A's Cloud DNS. I have two separate projects in Google Cloud on my first, say…
2
votes
2 answers

Is it possible to set index file for GCS buckets without domain naming?

We have a specific situation where we want to serve static websites from GCS (via loadbalancer w G CDN) and we would strongly prefer to NOT use domain naming for the buckets. The reason why we do NOT want this is the domain verification process…
2
votes
0 answers

How to access a resource between Terraform workspaces (DNS)?

I have 3 environments for my infrastructure. All of them the same, but with various sizes. I understand this is a good use case for Terraform workspaces. And indeed it works well in that regard. But please correct me if this is not the right way to…
Bastian
  • 5,625
  • 10
  • 44
  • 68
2
votes
1 answer

Cloud DNS with OpenVPN not resolving on client

I'm trying to use Google Cloud Platform's Cloud DNS to resolve internal IPs of Compute Engine instances by DNS from my local machine. I was able to setup an OpenVPN server on an instance by following this guide:…
2
votes
1 answer

Google Cloud DNS not resolving hosted domain

I am using google cloud DNS for a domain. But for some reason, it is not resolving root@ok:~# nslookup insurancegurukul.com ;; Got SERVFAIL reply from 1.1.1.1, trying next server Server: 8.8.8.8 Address: 8.8.8.8#53 ** server can't find…
Yujin Boby
  • 293
  • 2
  • 10
2
votes
3 answers

Setting internally visible DNS entries on Google cloud

I would like set DNS records visible from instances inside the Google cloud. For example if I query DNS from my PC I'll get one IP; however if I query DNS from the instance I'll get another IP. (A record to be exact) Ideally I'd like doing this in…
2
votes
2 answers

Google Compute Engine + Cloud SQL + Cloud DNS + Google Domains - IP Changed

I've been running a successful Wordpress install on Google Compute Engine with LEMP (Linux, NGINX, MySQL and PHP) stack, and Cloud SQL (Generation 2 MYSQL) and tried to tie in the domain last night using Cloud DNS. I added the A record and CNAME and…
2
votes
2 answers

How to view my static website without storage.googleapis.com in the address

I am trying to build my first website on a domain that I purchased through Google Domains. I have followed this tutorial but am still unable to reach my site by visiting www.mysite.com I have ensured that index.html and 404.html are set to…
2
votes
0 answers

how to use the option nameServerSet using the google Cloud DNS API

If I am right the nameServerSet could give me the option to specify the DNS servers to handle request for a domain, this could be useful if I want to use my own domains like for doing white label. From the docs: nameServerSet nameServerSet …
nbari
  • 25,603
  • 10
  • 76
  • 131
2
votes
2 answers

Do I use GCloud Cloud DNS Nameservers on Hostgator Domain, or the other way around?

I want to use a domain I bought through Hostgator with my Google Cloud Platform project. Do I use the hostgator nameservers on Google Cloud DNS or the other way around? Thanks,
Dave
  • 1,356
  • 10
  • 15
2
votes
1 answer

Google Cloud DNS Services - entity.change parameter is required but missing

With the following code using Google's PHP API Client I am receiving this response. Google_Service_Exception with message 'Error calling POST https://www.googleapis.com/dns/v1/projects/PROJECT-NAME/managedZones/DNSZONE/changes: (400) The…
2
votes
1 answer

unable to resolve, nslookup REFUSED with Google cloud

Does anyone have similar issues? I've setup my domain on Google cloud, same configuration as I've setup for another domain which works. but recently, when I setup another domain, it failed. I've used dig and nslookup, and it shows "REFUSED". the…
James Tan
  • 1,336
  • 1
  • 14
  • 32
2
votes
2 answers

Google cloud dns CNAME creation example

I had been not able to create a new CNAME for a specific managed-zone. I can see there are examples for A and TXT entries like: $ gcloud dns record-sets transaction add -z MANAGED_ZONE \ --name my.domain. --ttl 1234 --type A "1.2.3.4" $…
Lorenzo
  • 21
  • 2
2
votes
2 answers

Avoid unnecessary escapes in gcloud edit

I'm testing google cloud dns, and tried to create TXT record using gcloud command. However, created record is unexpectedly escaped. This is what I did: % gcloud dns records --zone="myzonename" edit In "additions" section, I added TXT record like…
2
votes
1 answer

How can I use gcloud dns subcommand?

I'm new to Google Cloud Platform and want to use Google Cloud DNS. I've installed google-cloud-sdk, but when I try using the dns subcommand, I get Invalid subcommand: 'dns' $ gcloud dns managed-zone create --dns_name="example.com." \ …
zelon
  • 297
  • 2
  • 8