cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Looking to upgrade from Dynatrace Managed to SaaS? See how

External Loadbalancer in dynatrace managed for webUI

vibhamishr20531
Observer

Hi Team,

Is it possible to put external load balancer for Dynatrace cluster node WEBUI . The requirement to use loadbalancer as per the diagram below. Loadbalancer will call to any node with http:nodeIP:8022 instead of https.

vibhamishr20531_0-1737134319680.png

 

1 REPLY 1

Erik_Soderquist
Dynatrace Champion
Dynatrace Champion

Hi,

 

No, this is explicitly not supported.

 

We have our own Nginx listening on :8022 and use the local host's firewall to redirect :443 to :8022 internally.  This is so we do not need elevated privileges for Nginx to listen on :443 directly.  :8022 is listening for incoming https:// connections.

 

We also explicitly do not support unencrypted connections to the Managed Cluster in any context, and there is nothing on the current road map to change this.

 

Our guidelines for putting a separate load balancer in front of the cluster are available here:

https://docs.dynatrace.com/managed/shortlink/managed-load-balancer

 

-- Erik

Featured Posts