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

Delete DNS record with Google Cloud DNS REST API

I'm trying to delete a DNS record with Google Cloud DNS REST API. I am able to create one with the following request: POST https://www.googleapis.com/dns/v1/projects/[PROJECT]/managedZones/[ZONE]/changes { "additions": [ { "name":…
0
votes
2 answers

DNS resolution for AWS resources on GCP(after establish VPN connection between them)

I have successfully built a VPN connection between gcp and aws using the following guide(https://cloud.google.com/solutions/automated-network-deployment-multicloud). I can currently ping the resources on the other cloud providers based on the…
Suhas Chikkanna
  • 1,292
  • 5
  • 20
  • 34
0
votes
1 answer

VirtualHost with two domains doesn't work

I can't configure two domains with VirtualHost, because, always show me only one domain. I mean, if I visit domainB.com that redirect me to domainA.com and domainA.com works fine. I made this procedure in anothers hosts like: DigitalOcean or my own…
0
votes
3 answers

How to send service account token in request to Google Cloud Functions

I'm running simple function in Google Cloud Functions to update DNS records (see code here). Currently I create service account with roles/dns.admin privileges and assign that to the function. I'm then relying for Functions' beta support for…
0
votes
1 answer

Cloud DNS, 1 of 2 subdomains not resolving

mysite.com. NS 21600 ns-cloud-c1.googledomains.com. ns-cloud-c2.googledomains.com. ns-cloud-c3.googledomains.com. ns-cloud-c4.googledomains.com. mysite.com. SOA 21600 ns-cloud-c1.googledomains.com. cloud-dns-hostmaster.google.com.…
TheDubiousDubber
  • 359
  • 1
  • 3
  • 11
0
votes
1 answer

I'm not receiving emails from my mail provider

I've my domain hosted on Google Cloud DNS however my email provider is a 3rd party i.e iPage. After adding fields as recommended by iPage i.e adding '@' and '' as host and mx.ipage.com as pointer but it still isn't working. My email starts from…
Abrar A.
  • 113
  • 3
  • 11
0
votes
1 answer

Why Kube-dns could not find API server in kubernetes?

We have a cluster created in GKE. It was running fine but Kube-dns restarted automatically at 12:00AM along with few pods. There were 2 kube-dns pods in the namespace kube-system but only one got restarted with https://i.stack.imgur.com/S500G.png…
Mahesh
  • 171
  • 3
  • 8
0
votes
2 answers

nginx-ingress - https configuration - server IP address could not be found

I want to enable https for my web app, hosted in GKE. I have a domain name, arindam.fr and DNS name is mentioned in Cloud DNS, and got NS for Type A. I am getting error: This site can’t be reached arindam.fr’s server IP address could not be…
0
votes
1 answer

Lets Encrypt DNS challenge using HTTP

I'm trying to setup a Let's Encrypt certificate on Google Cloud. I recently changed it from http01 to dns01 challenge type so that I could create Cloud DNS zones and the acme challenge TXT record would automatically be added. Here's my…
0
votes
1 answer

DNS: .ly domain - in google cloud dns

my company has acquired a .ly domain (managed by the Libyan government), which we'd like to use for our brand. In order to manage this domain there's a very basic management panel allowing me to insert some "DNS Servers". Together with a cryptic…
Matthias
  • 2,622
  • 1
  • 18
  • 29
0
votes
1 answer

Optimizing Google Cloud DNS for users from specific location

my website receives most of the traffic from a specific country. Though I am using Google cloud DNS, I am observing DNS lookup time to hover in the range of 200 to 300 ms which is quite slow I guess. Is there any extra optimization on Cloud DNS that…
Kannan
  • 123
  • 8
0
votes
1 answer

Google Cloud DNS intermittently dropping

Situation: Had registered domain via G Suite and domain synthetic records set up for gmail under another (Google) account. Transferred the domain to a different (Google) account - gmail still working fine. Enabled Google Cloud services for the…
rickb
  • 601
  • 5
  • 19
0
votes
1 answer

How to keep subdomain url from not changing to IP address in URL on Google Cloud DNS?

The site loads at http://magento.ngstorefront.com but the url changes to http://35.193.85.53 . Siteground support says we need to manage this in Google Cloud DNS and not through them. How can we make the url not to change to IP address?…
Suren Konathala
  • 3,497
  • 5
  • 43
  • 73
0
votes
2 answers

How to point a subdomain to point to a GCP Click to Deploy VM on Google Cloud Platform?

We wanted a subdomain http://magento.ngstorefront.com to point to a VM on Google Cloud. We could not find clear docs on this. What we did: Deployed a Magento Google Click to Deploy VM from marketplace Assigned a Static ip address to the VM -->…
Suren Konathala
  • 3,497
  • 5
  • 43
  • 73
0
votes
1 answer

Create Google Cloud Managed SSL Certificate for a subdomain

I have my main domain www.example.com hosted on Route 53 on AWS. I've created the custom domain on Google Cloud sub.example.com and set the appropriate NS records. What I want to do now is create a new managed SSL certificate for this subdomain as…