How to Create Cloud DNS Zone on Google Cloud Platform

A DNS zone is a container of DNS records for the same DNS name suffix. In Cloud DNS, all records in a managed zone are hosted on the same set of Google-operated authoritative name servers. Please see below to create the cloud DNS zone on Google Cloud Platform.

  1. How to Create a Project on GCP
  2. How to Change Project Name on GCP
  3. How to Deploy WordPress on GCP
  4. How to Change phpMyAdmin Password
  5. How to Change WordPress Admin Password
  6. How to Enable Cloud DNS API on GCP
  7. How to Create Cloud DNS Zone on GCP
  8. How to Reserve Static IP Address on GCP
  9. How to Fix WordPress Permalink Issue on GCP
  10. How to Set Up Domain Name with GCP
  11. How to Set Up FTP with FileZilla on GCP
  12. How to Change Machine Type on GCP
  13. How to Delete a Project on GCP

Step 1: Login the Google Cloud Platform and click the menu icon on the left-top corner in the dashboard;

This image has an empty alt attribute; its file name is gcpdeploywordpress001.jpg

Step 2: Click "Network services" from the left navigation menu;

Step 3: Click "Cloud DNS" from the left menu;

Step 4: Click the "Create zone" button;

Step 5: Type the zone name and DNS name in the box, and click the "Create" button.

If you don't have a domain yet, you can purchase one through one of the 2 providers.

www.1and1.com10 dollars for a year
www.namecheap.com8.88 dollars for a year

Step 6: Click "Add record set" on the next page;

Step 7: Select "A" in the "Resource Record Type" box, and paste the IP address in the IPv4 Address box, then click the "Create" button to add the record set (Please check here to get the IPv4 Address)

Step 8: Select "CNAME" in the "Resource Record Type" box, and type the domain name (e.g., excelnotes.com) in the Canonical name box, then click the "Create" button to add the record set;

Step 9: The Cloud DNS Zones are ready on Google Cloud Platform.

Leave a Reply