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
0
votes
0 answers

Reach a GCP VM instance via HTTPS possibly managed by Google

we have a small project running on a GCP VM instance, listening on port 80. The VM has a public IP, say x.y.z.y, and proper rules to allow incoming traffic to ports 80 and 443 are in place. What GCP services should I use if my goal is to make the…
0
votes
1 answer

Subdomain forwarding through Google nameservers with a GoDaddy Domain

I have a domain on GoDaddy, and a website hosted on Google Cloud. I have pointed the nameservers to google, and my website works if I go to www.mysite.com but not if I just go to mysite.com. I did the forwarding option through godaddy, so it should…
0
votes
2 answers

How to update NS of a DNS in GCP

What is the business impact you are facing? Hi , We have domains say mildev.com and it has it original 4 NS assigned while creation. I want to append a few more name servers to it (my secondary NS). but when i try to update the NS list using…
0
votes
1 answer

How do I point Godaddy domain to GCP correctly?

I've got app up and running on GCP. I can load the app when typing in the external IP so I know the app is OK. I followed this tutorial where it's nicely demoed how this can be done in a matter of 3 - 4 minutes. I've been wrestling with setting it…
itsallgood
  • 75
  • 9
0
votes
1 answer

How to configure Firewall Rules and DNS settings on GCP with VPC Service Controls when using Cloud Composer and Cloud Functions in the same project?

We have troubles with the configuration of two GCP components (the GCP Cloud Composer, the GCP Functions) under VPC Service Controls for a single project. We can configure them separately with VPC Service Controls, but as soon as we add the second…
0
votes
0 answers

Public managed zone with A record pointing to private IP address possible?

For quick testing purposes, I would like to create a A record using CloudDNS pointing to a private rfc1918 address in a public managed zone. CloudDNS allows the operation however it doesn't seem to propagate properly? After looking around it does…
0
votes
1 answer

gcloud dns managed-zones list along with record-sets count format

In the output of gcloud dns managed-zones list ,I want to show the name of dnsName, creationTime, name, networkName, visibility and the count of recrod-sets in each hosted-zone. I used below command to get two output in two commands #get…
Learner
  • 1,544
  • 8
  • 29
  • 55
0
votes
0 answers

Why does this command work when inputted directly, but results in an error within a script?

When I try this command in Ubuntu Terminal: gcloud dns record-sets update test.pixelcraftserver.net --rrdatas= --type=A --zone=pixelcraft It works perfectly fine, however in a bash script using multiple commands, it doesn't work at all…
Pixonepro
  • 13
  • 2
0
votes
1 answer

cloud not resolve CNAME in GCP Cloud DNS

We have peered two VPCs. GCP & third party VPC (Aiven). We have few services in aiven which require to talk with resources in gcp vpc such as elasticsearch, redis etc. Let's say, DNS-CNAME: test-elasticsearch.example.io ES-URL:…
Arvin
  • 315
  • 1
  • 3
  • 15
0
votes
2 answers

GCloud DNS, A and TXT record sets not being published?

This is my first time using GCloud DNS, looking to configure a public zone for Hodl.Art. Opted for GCloud because their DNSSEC supports RSASHA256 (GoDaddy doesn't, nor the rest of my registrars), compatible with ENS.Domains for renaming a digital…
0
votes
0 answers

Sharing hosted zone in different projects

I need suggestions for starting with Google cloud DNS for my projects. I have 4 different projects named : experiments, test, stage and prodin GCP. As of now DNS for all are hosted on route53 as we were using AWS infra earlier. Now, we have moved…
Learner
  • 1,544
  • 8
  • 29
  • 55
0
votes
1 answer

Does Cloud DNS have a peering limit?

I am peering many Cloud DNS instances to a central hub. Is there a limit on the number of peering connections I can make? I do not see any mention of this in the documentation.
Thomas Ruble
  • 842
  • 6
  • 14
0
votes
0 answers

"at-sign" in records with Google Cloud DNS

I have one question to define the dns records. In this url (https://cloud.google.com/dns/docs/records), I read Note: Adding the @ symbol in this field causes the record to fail. This generates some doubts, until now whenever I had defined the…
0
votes
1 answer

Equivalent like AWS Route53 service in GCP (cloud dns?)

With AWS Route53 I can setup an URL that assigns 50% traffic to one URL and the other URL, which points to different versions of the service. Is there sth similar in GCP (cloud dns)? The setup looks like the following …
Holm
  • 2,987
  • 3
  • 27
  • 48
0
votes
1 answer

Internal DNS names not resolving

I was actually doing some quick labs exercise when I noticed this issue where is ping to an internal IP works but if I ping with machine name it does not work. Here is what I did: a.) Create a GCP project. Leave all the default firewall rules in…