Large-scale cluster management at Google with Borg

Abhishek Verma, Luis Pedrosa, Madhukar Korupolu, David Oppenheimer, Eric Tune, and John Wilkes. 2015. Large-scale cluster management at Google with Borg. In Proceedings of the Tenth European Conference on Computer Systems (EuroSys ’15). Association for Computing Machinery, New York, NY, USA, Article 18, 1–17. DOI:https://doi.org/10.1145/2741948.2741964

Google’s Borg system is a cluster manager that:

Achieves high utilization by combining admission control, efficient task packing, over-commitment & machine sharing with process-level performance isolation.

Strengths

Weaknesses

Future Work