If you need to configure your own SSL certificate (see Install your own SSL certificate), you also need to create your own domain name for the Managed Cluster domain. Specify your public endpoint and update your local Domain Name System (DNS).
Invalid configuration of DNS might result in data mismatch or lead to a Managed Cluster outage. No configuration beyond the steps below is needed.
Go to Settings > Public endpoints and enter the address you normally use to access your Dynatrace web UI (your own domain name).
For each Dynatrace Managed node, add a record of its IP address and your domain.
If you rely on mapping of host names to IP addresses, create A records in the following format:
Host Type IP
For example:
dynatrace.mycompany.com A 10.176.0.1, 10.176.0.2, 10.176.0.3
To allow per-node load-balancer routing, add separate subdomains for each node.
For example:
dynatrace.mycompany.com A 10.176.0.1, 10.176.0.2, 10.176.0.3n01.dynatrace.mycompany.com A 10.176.0.1n02.dynatrace.mycompany.com A 10.176.0.2n03.dynatrace.mycompany.com A 10.176.0.3