Different kinds of load-balacing policies -


i'm doing internship have dynamically scale application according workload. right now, use basic policy : if average cpu of nodes above 60%, add new node, if goes under 20% remove node. wondering if there other types of scaling policies i'm not aware of. thanks.

i have worked on different aspects on how load-balancing achieved. can refer blog things mentioned more appropriately. link : www.loadbalancerweb.wordpress.com


Comments

Popular posts from this blog

java - Static nested class instance -

c# - Bluetooth LE CanUpdate Characteristic property -

JavaScript - Replace variable from string in all occurrences -