From a pure point of view, they seem to feel identical concepts. Both manage sets of reosource / nodes and control their access using external components.
With the pool, you occupy and return these resources / nodes to and from the pool.
With the cluster, you have a load balancer sitting in front of resources / nodes, and you click on load balancing with the request.
In both cases, you have absolutely no control over which resource / node receives your request / borrowing.
So, I ask the question: what is the fundamental difference between a pool template and a load-balanced cluster?
design-patterns cluster-computing pool load-balancing
IAmYourFaja
source share