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

google cloud DNS zone mapping from naked to www URL

I am trying to get my naked domain URL example.com to map to www.example.com. Can someone please give me the step by step procedure to get this working. I can't get it working, no matter what I try Here is my setup: 1) Domain is registered on…
Gagaliya
  • 1
  • 2
0
votes
1 answer

K8s cluster deletion doesn't remove the DNS entries from Managed zone on GCE

I ran following command to delete the cluster : kops delete cluster "clustername" --yes Post deletion, I can still see DNS entries in managed zone (created using Cloud DNS service) on GCP. Is it a known issue ?
0
votes
0 answers

Master Public name, Internal name, etcd member pre-built DNS records doesn't resolve to Master external IP address on GCE

I created a k8s cluster on GCE (Google Compute Engine) using Kops. After creating the cluster, ran kops validate cluster command which threw following error. unexpected error during validation: unable to resolve Kubernetes cluster API URL dns:…
0
votes
1 answer

Cloud dns api auth without gcloud or any librares/clients?

Is it possible to auth to cloud dns api without gcloud or libraries? For example, for api call ManagedZones: list https://cloud.google.com/dns/docs/reference/v1/managedZones/list I just want to use key from .json file of early created Service…
0
votes
1 answer

Add AAAA record in Google Cloud DNS

Hei guys so I got an issue on my website, it can't be accessed because the SSL certificate can't be renew and then when I do script for renew it give some error because the AAAA record. So I need to add AAAA record on my google cloud dns To fix…
0
votes
3 answers

Need help setting up A record on Google Cloud

So I have a website hosted on Google Cloud and I bought the domain name from GoDaddy, the www.blakemining.com version of the website works just fine however if you type in blakemining.com, it doesnt work. I called GoDaddy and they said that I need…
user10719468
0
votes
1 answer

Correct way to add a SRV record to Google Cloud DNS?

I'm trying to add records needed to get my email working. When I try to add the SRV record to Google Cloud, the data text field template has only 3 numbers and a text ?? But on godaddy there are these fields that need to be add: Port, Protocol,…
0
votes
1 answer

Accessing project specific resources in other projects in Google Kubernetes Engine

(I'm not sure if this is a common requirement, or I'm asking for a hack, but I will try anyway) We deploy different project for every developer on Google Kubernetes Engine, all under the same billing account. For example, my development project is…
0
votes
1 answer

Google Cloud DNS access my server

I very new in Google Cloud. Previously I worked with AWS and the route53 solution is very easy. I have enabled billing. I configured a new zone in my cloud: So I browse Google DNS but... But if browse the ip direct ; Please Help Me. Thanks in…
0
votes
1 answer

Resolving DNSLookupFailedError for Python web proxy

My code is as follows: https://github.com/T145/tphroxy/blob/master/mirror.py https://github.com/T145/tphroxy/blob/master/transform_content.py And when going to certain websites I get errors along these lines: Traceback (most recent call last): …
T145
  • 1,415
  • 1
  • 13
  • 33
0
votes
1 answer

Subdomain on GCP for split domain routing

How can I make a subdomain on google cloud platform for split domain routing? I already have an email provider on my domain so I want to do SDR to connect another email provider. My domain is registered from GoDaddy and then pointed to GCP where is…
0
votes
1 answer

How can i set right iam policy in gcp with an service account

I have a problem with GCP iam policy cross project on the dns API (perhaps other api entry). For gcp management i use gcloud command and terraform. Check my setup : A first gcp project : myproject-cloud. This project host a dns managed zone. A…
0
votes
1 answer

Redirector service

I’m planning an URL redirector service. I want to listen for domains added by the users, check the URL for old paths and redirect the visitor to the right ones. I was thinking about using App Engine (Java), but it seems as I can’t programmatically…
0
votes
1 answer

Use a sub domain like app.mysite.com hosting in Google Cloud DNS in Firebase as domain

This process is very confusing. Since Firebase has a warning now said CNAME record is not support. What I used to do is to set up a CNAME in Google Cloud DNS as app.mysite.com and the Canonical name point to the Firebase domain eg.…
0
votes
1 answer

Create a DNS server and redirect all request to my site

I want to change in my router the DNS server and in the DNS server I want that every request will return the same site. Basically I need to add some more logic befure the DNS response an answer. I don't want to write a DNS from scratch. Do you have…
Adam Levin
  • 11
  • 5