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

Google Managed Certificate does not show status

I tried to create a managed certificate for my ingress with this yaml: --- apiVersion: "networking.gke.io/v1beta1" kind: "ManagedCertificate" metadata: name: "example-cert-webapi" spec: domains: - "foobar.domain.com" It was…
3
votes
0 answers

External-dns doesn't see the Istio gateways

I am trying to automatically create records on Google Cloud DNS using External DNS and Istio Gateways. I see that there has been quite a few changes to the External DNS repo in the past few days, so I blame the fact that I used to be able to do this…
cookiedough
  • 3,552
  • 2
  • 26
  • 51
3
votes
1 answer

Which DNS property is faster CNAME or Alias?

It's may be stupid, but I really interested in this question. I want make mirror www subdomain for main and can't choose which property to use... CNAME looks more solid and clearer. I can set it like this: www.exmaple.com -> A someIP. Just don't…
Turar Abu
  • 368
  • 1
  • 3
  • 11
3
votes
1 answer

Kubernetes StatefulSets: External DNS

Kubernetes StatefulSets create internal DNS entries with stable network IDs. The docs describe this here: Each Pod in a StatefulSet derives its hostname from the name of the StatefulSet and the ordinal of the Pod. The pattern for the …
3
votes
1 answer

Google Cloud DNS zone file?

I would like to obtain a zone file for my Google Cloud DNS entries, but I don't see an obvious way to ask for it on the web app page. Is it possible to do so? Thanks.
3
votes
1 answer

I have just been charged $134.53 for Google cloud Managed DNS

I know this is not the place for it but Google cloud have absolutely no guides as to why I'd be charged that much for a domain that's hosted with them, I need to understand what happened so I wouldn't find a charge again tomorrow... I have one…
user3509585
3
votes
1 answer

how to "white label" name servers on google cloud DNS?

It is possible to use google cloud DNS and white label the nameservers so that instead of using: ns-cloud-a1.googledomains.com. ns-cloud-a2.googledomains.com. ns-cloud-a3.googledomains.com. ns-cloud-a4.googledomains.com. I could use something…
nbari
  • 25,603
  • 10
  • 76
  • 131
3
votes
3 answers

Setting mailgun dns TXT record on gcloud

I have been trying to add mailgun dns TXT record on google cloud dns, with the data provided by mailgun, Type TXT Hostname mydomain.org Enter This Value v=spf1 include:mailgun.org ~all mailgun required data I entered the whole information on google…
3
votes
1 answer

Audit or change logs on Google Cloud DNS?

We've been evaluating Google Cloud DNS and ran into this question: How do you keep track of changes? For GCE an activity log is kept but I could not find any DNS related logs. From the CLI there is some more: $ gcloud dns record-sets changes list…
3
votes
1 answer

google cloud dns, php api, adding multiple cname

i would like to add additonal cname records to google cloud dns using the php api. cname records already exist for sub1.example.com and sub2.example.com added through the web console. but im getting an error The resource record set…
Matt
  • 63
  • 6
3
votes
1 answer

Looking up Google Cloud DNS records (nslookup) directly

I'm in the process of testing GC DNS and have created zones and records. However, doing nslookup (windows/command line) times out when querying assigned Google NS directly: > www.some_domain_A_record.com. Server: …
EdSF
  • 11,753
  • 6
  • 42
  • 83
3
votes
2 answers

Prevent Google App Engine from serving from appspot.com

I'm serving my app from a custom domain. I don't want it to be available at the appspot.com domain. What's the easiest way to achieve this? I'd like to be able to do it at the console level, but I have feeling I'll have to configure it in the app.…
keith.uk
  • 75
  • 4
3
votes
2 answers

What is the correct syntax of SRV data in Google Cloud DNS?

Can anyone please tell me the correct syntax of SRV data in Google Cloud DNS dashboard.
Salman Sheikh
  • 81
  • 3
  • 4
3
votes
1 answer

Google Cloud DNS Bad Request Reason Invalid

I'm getting an error 'bad request' from Google Cloud DNS service. Maybe I'm doing something wrong? Thanks for your help. gcloud dns managed-zone create --dns_name="archiver.photo" --description="Waitman Gobble's Archiver.Photo zone" archiverphoto …
waitman
  • 33
  • 6
2
votes
1 answer

IAM condition to restrict access to a managed zone

Currently Google Cloud DNS does not have the ability to assign access by zone. So what I am trying to do is create an IAM condition to restrict the user(principal) to a specific managed zone. I've tried the following…
artooro
  • 1,479
  • 1
  • 8
  • 20
1 2
3
20 21