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

github - Git errors while pushing -

c++ - How can I delete a QSharedPointer -

php - Using grpc in Laravel, "Class 'Grpc\ChannelCredentials' not found." -