Multi server deployment
The multi server cluster deployment shows how to scale out.
All servers within the node are identical The servers types are:
Creating multi server deployment and adding them as nodes on a network load balancer requires the following:
- The network load balancer has to be configured with affinity. This means that every request originating from the same client will be served always by the same server.
- The configuration between different instances of the Agent must be identical so the loaded information set is also the same across the nodes in the cluster.
Figure 1. Multi server deployment