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

GCP: If I make an HTTP request to a publicly available API from another service within the same VPC will the request leave the VPC?

I want to know if I make an http request from one service to another and both services are hosted in the same VPC will the request ever leave the VPC. For example: Let's say I host Next.js on CloudRun in VPC 1 which is a server rendered React…
vicg
  • 1,280
  • 14
  • 32
0
votes
0 answers

In GCP how do you configure DNS peering between VPCs in different organizations?

I would like to configure DNS peering to allow my SaaS application to provide DNS records for a customer. The GCP documentation states that one of the use cases for a peering zone is for: "a SaaS provider can give a SaaS customer access to DNS…
0
votes
0 answers

Why Cannot assign Google DNS adress to Android VPN service only local DNS server?

-In this method i am trying to add google dns server to vpn interface but it doesnt work at all.It work only local dns which is default dns server of gsm. @Override public int onStartCommand(Intent intent, int flags, int startId){ localAddress =…
0
votes
2 answers

Google Cloud DNS records do not propagate to any server

Hej! I own a domain registered through GCP and it's connected with Cloud DNS in GCP, I would be very happy if you could help me setup my custom domain for my web page at buahaha.github.io. I think I know how to do this, because I did it before with…
blacha
  • 93
  • 2
  • 7
0
votes
1 answer

How to find the Internal IP Address of GCP Cloud DNS server hosted in Private Zone

I was trying to find the IP Address of DNS server hosted in private zone in GCP to resolve some traffic routing related issue on the firewall. But i am not able to find it in Cloud DNS GUI console.
user260834
  • 49
  • 6
0
votes
1 answer

Sneaky Way Around Firebase Hosting Wildcard Subdomain for Users

I want to let users sign-up for a sub-domain on my app's main domain. Unfortunately Firebase Hosting doesn't support wildcard subdomains (yet?), but I think I have an almost-automated way to do this. I'll lay out my plan, but I'd really appreciate…
Sam Chahine
  • 530
  • 1
  • 17
  • 52
0
votes
1 answer

How to add HTTPS Domain for TCP ports from GCP VM instance

I have a VM running on a GCP. With TCP 0.0.0.0:26657 and 0.0.0.0:1317 exposed using firewall rules, I can access them as http://external_ip:26657 and http://external_ip:1317. Since they are HTTP I couldn't use them on my HTTPS site where I…
0
votes
1 answer

How do Managed hosting companies create unique static ips for users to connect A Records? Google Cloud

I have a service where I build websites for clients and host them on my Kubernetes cluster on Google GKE. My question is how do hosting platforms automatically assign unique IPv4 IPS to connect A records for each registered user? My current setup is…
0
votes
2 answers

Is it Possible to Invoke Cloud Run with Gmail-Auth?

I want to ask a conceptional question and take advices about possible system design if possible. The plan is basically authenticating specific Gmail users to use my serverless backend application. I'm thinking about either forwarding users directly…
0
votes
1 answer

collection resource named dnsKeys does not exist for cloud dns (404)

While calling dnsKeys().list, I am getting this error: /managedZones//dnsKeys?alt=json returned "The 'collection' resource named 'dnsKeys'…
Purusottam
  • 611
  • 6
  • 19
0
votes
1 answer

Error creating Managed Zone: Error 400: Please verify ownership

I try to migrate a dns zone from my old provider to the google cloud dns without luck. The idea is to create the managed zone, add all needed dns records and then set the NS records for the domain at the old provider to the google cloud nameservers.…
0
votes
1 answer

Will adding a Private DNS zone to a VPC cause any issues

Provided I create a Private DNS zone on GCP attached to a VPC, will this cause any issues on existing workloads currently running on the VPC? Do I need to allocate time for downtime?
gkatzioura
  • 2,655
  • 2
  • 26
  • 39
0
votes
1 answer

How to allow for cross-project domain mapping in Cloud Run?

I'd like to manage my application as follows: Project A for DNS management, Project B for Cloud Run in staging environment, Project C for Cloud Run in production environment. So for example, let's say I manage mydomain zone in Project A, with…
0
votes
1 answer

What IAM role does serviceaccount need for exporting dns record-sets on GCP?

I'm running a bash script from CloudBuild. The bash script is gonna export DNS record to a file. gcloud dns record-sets export zonedump-$i.tmp --zone-file-format --project $projectname --zone=$i The serviceaccount of cloudbuild has…
0
votes
1 answer

DNS queries in Docker not hitting cache

I'm using Container-Optimized OS from Google to run one of my Docker containers. I have seen that amount of my DNS queries to Google Cloud DNS is really high (billions) and it super strange. I it only for internal DNS queries. So after trying to…
Mark Davydov
  • 337
  • 4
  • 18