Cloud Foundry / Bluemix load balancing
I know that by default, Bluemix / Cloud Foundry use round-robin load balancing . Is there a way to change that? If I deploy 2 apps with the same route, and want 90% of my traffic to go to blue, and 10% to green, is that possible? You would have to deploy more than two instances of the app to have better than 50-50 control over who sees what. If you have 10 instances, for example, and you update 1, then you could get your 90-10 split. Check out this CF CLI plugin: https://github.com/krujos/scaleover-plugin Configuring the load balancer is not possible. One workaround you could use to "simulate"