Large-scale cluster management at Google with Borg
research.google.com
Large-scale cluster management at Google with Borg
1–10 of 37 posts
Re: Large-scale cluster management at Google with Borg
#2[1] https://www.youtube.com/watch?v=0ZFMlO98Jkc
Edit: remove error in my comment re: borg/omega order.
Re: Large-scale cluster management at Google with Borg
#3There was a great talk by John Wilkes (Google Cluster Management) re: Omega in 2011 at Google Faculty Summit [1]. Absolutely fascinating to see the scope of the problems they are dealing with. [1] https://www.youtube.com/watch?v=0ZFMlO98Jkc Edit: remove error in my comment re: borg/omega order.
Re: Large-scale cluster management at Google with Borg
#4There was a great talk by John Wilkes (Google Cluster Management) re: Omega in 2011 at Google Faculty Summit [1]. Absolutely fascinating to see the scope of the problems they are dealing with. [1] https://www.youtube.com/watch?v=0ZFMlO98Jkc Edit: remove error in my comment re: borg/omega order.
Omega actually comes after Borg (hence the name). It's just that Borg was quite confidential until now. I'm pretty surprised they let the name slip.
Re: Large-scale cluster management at Google with Borg
#5There was a great talk by John Wilkes (Google Cluster Management) re: Omega in 2011 at Google Faculty Summit [1]. Absolutely fascinating to see the scope of the problems they are dealing with. [1] https://www.youtube.com/watch?v=0ZFMlO98Jkc Edit: remove error in my comment re: borg/omega order.
Re: Large-scale cluster management at Google with Borg
#6There was a great talk by John Wilkes (Google Cluster Management) re: Omega in 2011 at Google Faculty Summit [1]. Absolutely fascinating to see the scope of the problems they are dealing with. [1] https://www.youtube.com/watch?v=0ZFMlO98Jkc Edit: remove error in my comment re: borg/omega order.
Omega actually comes after Borg (hence the name). It's just that Borg was quite confidential until now. I'm pretty surprised they let the name slip.
Re: Large-scale cluster management at Google with Borg
#7The performance isolation is good, but I wouldn't really seek after high utilization unless compute costs are significant to your business. We've seen some crazy things where nominally non-interfering jobs cause significant performance degradation to other jobs on the same node. There's work yet to do here.
Re: Large-scale cluster management at Google with Borg
#8I've implemented similar at my current job, as that sort of naming is very convenient. http://www.boxever.com/using-google-apps-openid-connect-with... has a sketch of how to do this with Apache as a reverse proxy with Google Auth, though we're using a PAC file now going to a HTTPS forward proxy to avoid limitations of SSL wildcard certs.
Re: Large-scale cluster management at Google with Borg
#9Re: Large-scale cluster management at Google with Borg
#10How does Borg compare with Google's Kubernetes?