Ask HN: What resource allocation strategies do IaaS providers use?

1 points by push7joshi ↗ HN
This is a classic case of multidimensional bin packing problem. The problem of assigning VMs to PMs is known to be NP-Hard. It would be great to understand/know a high level solution ignoring the detailed complexity (SLA etc.)

2 comments

[ 3.9 ms ] story [ 13.7 ms ] thread
"It's just bin-packing!"

I think you'll find that most IaaS providers largely follow the latest heuristics in established bin-packing literature.

(Source: worked at Google, knew some folks on the Borg/Omega teams.)

constraint satisfaction came up during our discussion.. wonder if that would provide an appropriate solution at scale