Questions tagged [google-cloud-dns]
43 questions
0
votes
1 answer
Google Cloud CDN / DNS questions
Does google cloud dns support auto renewing wild cards and also, geographic location responses.
How does google CDN map the request to the origin and is there a limit on the number of domains we can use.

Wayne Junior
- 13
- 2
0
votes
0 answers
Missing GCP compute engine instance
I have a gcp project with compute engine and cloud dns which I've been running for a few years now. I have a few websites running on the instance and usually I just access it by listing instances then ssh into the box.
Today I noticed all my…

Earl Cee
- 1
0
votes
0 answers
GCP/Google DNS: delegate a subdomain and set PTR records on VM instance
I am having a hard time figuring out what steps are needed to set a PTR record on a VM since I want to run a mailserver on it. My scenario looks like this:
(unfortunately because of planned migration) I have two GCP accounts and therefor two…

mr.szop
- 1
- 1
0
votes
1 answer
Google Cloud: what tool to use to split a request?
I would like to put something in front of my apps and Cloud Compute in Google Cloud, in a way that when a HTTP request comes in for any app URL's I can send another request to another APP somewhere and then move on with the original request of the…

renanleandrof
- 101
0
votes
1 answer
How do you resolve to both public and private zones in a Split-Horizon DNS (using GCP Cloud DNS)?
We're using GCP and Cloud DNS to manage our domain and I'm trying to solve for these use cases:
Have private records for things like Databases that can only be resolved within the company network (our VPC).
Override public records with private IPs…

James
- 103
- 4
0
votes
3 answers
GCP to AWS Hosted Zone migration
I have a publicly hosted zone in GCP for example.com. I want to move the hosted zone to AWS route 53. Is there a tool which can make this process easier?
Alternate:
I will export the records using gcp cloud cli, modify the file to match the AWS…

Jeetendra Pujari
- 109
- 2
0
votes
0 answers
Where do I get the list of nameservers needed to create a DNS policy?
there's a list of 10 steps recommended to be followed when setting up Google Cloud for one's organisation. Step 8 "Setup network configuration" fails on account of:
DNS server policies could not be loaded. If you need to pick a DNS server policy,…

ekkis
- 159
- 1
- 8
0
votes
2 answers
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…

elaspog
- 223
- 1
- 2
- 9
0
votes
1 answer
Display Domain Name instead of IP for bucket content in google cloud platform?
I want to apply caching on my images by Google CDN so I created a bucket and then create load balancing and enable CDN.
First:
I have created a bucket. and upload some images. and give permission to the public.
gsms-bucket/images/image1.jpg…

user3786581
- 113
- 4
0
votes
1 answer
Getting "Error: Invalid Value" while adding MX record in Google Cloud DNS
I am trying to add MX record in Google Cloud DNS but getting an Error Message
Error message:
ERROR
Invalid value.
Error NUMBER: d7422936167581091

Ergün Tütmez
- 41
- 1
- 1
0
votes
2 answers
Changing a Cloud DNS IP (Resource Record Type A) with no propagation time
I have a GKE Cluster with istio installed. Istio ingress gateway automatically creates a load balancer with an IP.
I put this IP in Cloud DNS as image below (Fake IP with hidden DNS name). Everything work and I can access my cluster using the…

Edgar Peixoto
- 101
- 4
0
votes
1 answer
GCP: How to do DNS Peering between 2 VPCs that use VPC Peering in the same project
In Google Cloud Platform, how do I set up private DNS Peering between two VPCs that are connected with VPC Peering, but reside in the same project?
I have one project my-project and two VPC networks: blue and pink. The two VPCs are peered. I want…

Thomas Ruble
- 101
- 1
0
votes
1 answer
Create a Google Load Balancer with fixed IP to Istio Ingress Gateway in GKE
I Have a Google GKE with 2 nodes and Istio installed.
It created automatically 2 load balancers with ephemeral IPs. I use one of them in CloudDNS (HTTPS) to redirect DNS to one of the ingress-gateways.
When I need to recreate the cluster there…

Edgar Peixoto
- 101
- 4