A reverse proxy or a load balancer can be placed on the path from an ActiveGate to the Dynatrace Cluster. This allows your ActiveGate to connect to any available node of the Cluster, spreading the load between the nodes.
To do this, you need to:

This configuration—to use a reverse proxy or a load balancer—can also be applied during ActiveGate installation, by specifying installation parameters to the ActiveGate installer for Linux or Windows or it can be configured later, after ActiveGate installation, as shown in the following procedure.
A load balancer should not be placed between ActiveGate and OneAgent, as it can disrupt memory dump transmission and processing.
ActiveGate version 1.333+
You can use agctl to configure a reverse proxy or load balancer for ActiveGate.
agctl outgoing-endpoint set https://my.reverse-proxy.com:443/communication
agctl outgoing-endpoint set https://my.reverse-proxy-1.com:443/communication,https://my.reverse-proxy-2.com:443/communication
After configuring the reverse proxy with agctl, you need to restart ActiveGate for the changes to take effect.