Does anybody know if we can maintain the DNS entries using google cloud console or any other UI? I couldn't find any place in cloud console for DNS admin.
Does the REST API only way to maintain the zone and DNS entries?
Does anybody know if we can maintain the DNS entries using google cloud console or any other UI? I couldn't find any place in cloud console for DNS admin.
Does the REST API only way to maintain the zone and DNS entries?
Update: There is now a UI for Cloud DNS in the Networking tab of the Developers Console.
Click here to check it out: https://console.developers.google.com/project/_/dns/zones
We have written one in Rails: https://github.com/mainio/gcdns
It's not perfect (and might be buggy) but we're using it ourselves.