Apigee private cloud architecture Load Balancing

Dear Community,

I am looking for a detailed architecture on implementing load balancing for an Apigee cluster, specifically for handling API Client/Management Server connections to a single Apigee DC with a 12-node model. From there, I plan to scale it further to two DCs and an additional DR site.

Currently, the documentation available on the Apigee website does not provide detailed guidance on the installation and deployment of such HA (High Availability) models.

I would appreciate any support from the community regarding this.

Best regards,

Hi @dinhaidang ,

Usually the setup is like

Internet ------- > External LB -------> Internal LB ( Ingress Service - Load balancer service )

Thanks.