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

Terraform code for GCP Cloud DNS A recordset - Geo Based Routing

I'm trying to create a dns recordset with geo based routing policy that will be managed by terraform. Please can anyone share a sample code for the same.
0
votes
2 answers

Assigning domain name to Google Cloud VM

I'm attempting to assign a domain name to my Google Cloud VM external IP. I was following some walkthroughs and getting a bit confused. I set up apache with a simple "Hello" message when you visit my external IP. The walkthroughs I'm following are…
0
votes
0 answers

GCP cloud DNS : automatic Return route for Type 1

i am referring to https://cloud.google.com/dns/docs/zones#return-route which says " For Type 1 targets, Google Cloud automatically adds a special return route for the 35.199.192.0/19 destination." Topology that I am running is simple - I am trying…
0
votes
0 answers

cannot ping by hostname but can ping by IP - Google Cloud

We have a Spark master node on a Google Cloud Dataproc cluster, which we want to connect by Hostname and NOT the Internal IP. We want to connect/ping these VMs from one another. Rationale: When we drop/create any of the VMs/Clusters, the internal IP…
0
votes
1 answer

How to add long txt recordset to gcloud dns in the terminal?

In gcloud console panel, to add long txt recordset (over 255) need to add dividing the string in multiple string with quotes like this (In the example I split it by word, but you have to split it every 255 chars): original string = "loren…
Mariano DAngelo
  • 920
  • 5
  • 18
  • 39
0
votes
0 answers

Google Cloud Load Balancer : ERR_SSL_VERSION_OR_CIPHER_MISMATCH

Hi I have a domain name which is registered with https://www.networksolutions.com/. I have added nameservers which were mentioned in the Cloud DNS when I created zone. After this I added SSL certificate which Google provides, after this I added…
0
votes
0 answers

Bind9 DNS Server not working on Windows 11

Guys! I am trying to set up a custom bind9 server that I can use on Windows and other Android Machines as my primary DNS (Name Server). Technical Details Bind9 Server - Ubuntu 20.04 LTS - GCP NOTE: I have set up my Bind9 Server on Google Cloud…
0
votes
0 answers

Create DNS record set change remains pending

I'm using the Home Assistance Let's Encrypt Add-in which writes some TXT records in DNS to validate if I'm owner of the domain. Unfortunally the record are not created and the DNS log in Google is showing that they are PENDING. Any ideas what could…
ridderr
  • 11
  • 2
0
votes
0 answers

How to use Google gcloud commands with terraform scripts

I am creating a AZURE DNS zone & NS records using a terraform script. resource "azurerm_resource_group" "dns_management" { name = "dns-managment" location = "West US" } resource "azurerm_dns_zone" "mydomaincom" { name =…
Hans
  • 308
  • 7
  • 20
0
votes
2 answers

DNS forwarding is not working in VPC which have peered from another vpc which hold all networking to access resource on VPN

I have scenario, where I will access VM on VPN, for that I have setup like two VPC which is peered and in which one host VPC A is corporate one which is using for connection to VPN. Now, when I spin up instance in VPC B, it is not able to perform…
0
votes
1 answer

Why are we given 4 name servers when max is 3?

I read that the maximum number of domain name servers is 3. Why are we given 4 from AWS and GCP respectively? Is the priority automatically assigned? Does it go in a round robin manner or it will go with the 2nd one only if the first one…
0
votes
1 answer

"A" and "CNAME" record not working for www using Cloud DNS

I use Cloud DNS to host my website: https://ewerton.com.br Today, I saw that when I try to access my website using "http(s)://www. [...]", it is unreachable. I tried to search for similar questions, but I have the records set up as you can see…
0
votes
1 answer

GKE with Cloud DNS setting up

I'm new to kubernetes, helm and google cloud. Got problem during domain setup for ingress. What i got/did: https://github.com/atlassian-labs/data-center-helm-charts/ -> Bitbucket Installed it on GKE with helm Everything worked well.…
0
votes
1 answer

How do I get all the 'managerzone' from the project or 'record' from the 'managerzone' using the Google Cloud DNS API?

I want to get all the 'managerzone' using the API. I call the method to get the project, but in the response I do not receive information about all the 'managerzone' that are in this project. There is a similar problem with getting 'record' in…
Igor
  • 47
  • 5
0
votes
1 answer

Сreate a manage-zone using the google cloud console?

Problem: I can't create managed-zones using the google cloud console. What did I do? Created a service account Add role DNS Administrator Created a json key Executed the command gcloud auth activate-service-account…
Igor
  • 47
  • 5