Live data from Hacker News

Ask HN: How to learn more about distributed systems

news.ycombinator.com

1–3 of 3 posts

Ask HN: How to learn more about distributed systems

#1
Hi,

Like most people here, I've been witnessing a fair amount of buzz/hype around technologies like Docker, Kubernetes, etc.. However, while I understand the broad-strokes outline of these technologies, as well as the motivations behind them, I am at a loss as to how they are actually supposed to be used.

With all the distributed systems/containerization/whatever systems out there, how do you figure out which parts to use in which configuration? Are there any good tutorials or books out there that cover the sweet spot between the generally too-specific Docker-related blog post and more academic distributed systems treatises?

In slightly different words, how would you recommend I bring myself up to speed on these technologies?

Re: Ask HN: How to learn more about distributed systems

#2
Once solution could be to audit a course at your local university, even though it's probably going to be focused on the academic side I believe that a strong understanding of the underlying principles always helps.

I think that MIT has some opencourseware stuff about it as well http://ocw.mit.edu/courses/electrical-engineering-and-comput...

again that's probably mostly the theory behind the implementations and not how to use them.