Adding cluster application name translation (for Pseudo Public PDNS)

About this task

Important: This procedure is only applicable if you created a Pseudo-Public DNS (PPDN) for Azure.

Procedure

  1. Identify the IP address of the load balancer for applications by running the following command.
    az network dns record-set a list -g <dns_resource_group> -z <public_zone_name>
    For example,
    az network dns record-set a list  -g gi300-dns  -z gi.priv.test

    The output is similar to:

  2. You can also view the IPV4 address and DNS name in the user interface.