Bluemix Load Balancer Algorithm

2019-06-21 19:13发布

问题:

What algorithm is used to balance HTTP load among several instances running on Bluemix? It seems I can use auto-scaling service to scale horizontally, and want to know what algorithm is used when balancing the load.

回答1:

Cloud Foundry uses round-robin load balancing to distribute requests across the running instances of your app.