Version: 0.5.6

Create A-record DNS Entries in Azure

How to create A-Record DNS entries in Azure

  1. Login to Azure portal (https://portal.azure.com).
  2. Click on Resource groups.
  3. Under Resource groups click on the Resource group the <cluster_name> DNS zone was created in.
  4. Under the selected Resource group selected above click on the DNS zone resource listed with <cluster_name>.<base_domain>.
  5. Click on +Record set button.
  6. In the following fields provide the following information:
    • Name: Name of target being created e.g. private-registry
    • Type: A - IPv4 address
    • Alias record set: No
    • TTL (Seconds): 300
    • IP ADDRESS: Public IP address listed in ingress controller
  7. Click OK button.