We are new for the usage of apigee microgateway. In terms of target server, it seems microgateway only supports one backend server and cannot support the load balancer setup as below:
<TargetEndpointname="default"><HTTPTargetConnection><LoadBalancer><Servername="target1"/><Servername="target2"/></LoadBalancer><Path>/test</Path></HTTPTargetConnection></TargetEndpoint>
Is there any recommendation how to load balance a group of backend servers in microgateway.
Thanks!!!
Answer by srinandans@google · Jul 27, 2018 at 04:34 AM
Load balancing is not available in Microgateway. You'd use a hardware load balancer (like F5) or ILB, haproxy etc.