29 Jan 2019 08:34 AM - last edited on 24 Mar 2023 10:28 AM by Karolina_Linda
Hi, I just installed Dynatrace server on a 3-node cluster. Right now I can reach the CMC console by connecting both to the nginx balancer (https://abcdef.dynatrace-managed.com:8021/cmc) and directly passing through the nodes (eg https://salclt0885:8021/cmc). As a business rule, all applications must be balanced by an F5 balancer (because the console is reachable from all client networks). In this case do I have to directly balance the 3 nodes of the cluster from F5? Or I have to balance the nginx balanced endpoint (https://abcdef.dynatrace-managed.com:8021/cmc)? Thank you
Solved! Go to Solution.
29 Jan 2019 09:39 AM - last edited on 24 Mar 2023 10:29 AM by Karolina_Linda
One of our customers load balances the Web UI by F5 pointing to the NGINX processes without any issues. But you have an incorrect URL, since the NGINX is listening on 443/tcp. Your URL (https://abcdef.dynatrace-managed.com:8021/cmc ) points to the server directly.