I made a cloud sql instance. gcloud sql instances describe asdf says it lives at something.something.us-central1.sql-psa.goog. I can’t resolve it.
some gcp instance$ dig @169.254.169.254 something.something.us-central1.sql-psa.goog
... status: NXDOMAIN, ...
I’ve tried a bunch of stuff. gcloud services peered-dns-domains create didn’t seem to help. Creating my own private zone for goog works but I don’t see a way to point it at the instance without hard coding the ephemeral ip.
Is this something you are supposed to be able to do?
Also it’s kind of a bummer that the subject alternative name in the non-custom CA certs end with a dot.