TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: How to learn more about distributed systems

6 pointsby britknightalmost 10 years ago
Hi,<p>Like most people here, I&#x27;ve been witnessing a fair amount of buzz&#x2F;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 <i>used</i>.<p>With all the distributed systems&#x2F;containerization&#x2F;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?<p>In slightly different words, how would you recommend I bring myself up to speed on these technologies?

2 comments

senjindarashivaalmost 10 years ago
Once solution could be to audit a course at your local university, even though it&#x27;s probably going to be focused on the academic side I believe that a strong understanding of the underlying principles always helps.<p>I think that MIT has some opencourseware stuff about it as well <a href="http:&#x2F;&#x2F;ocw.mit.edu&#x2F;courses&#x2F;electrical-engineering-and-computer-science&#x2F;6-824-distributed-computer-systems-engineering-spring-2006&#x2F;index.htm" rel="nofollow">http:&#x2F;&#x2F;ocw.mit.edu&#x2F;courses&#x2F;electrical-engineering-and-comput...</a><p>again that&#x27;s probably mostly the theory behind the implementations and not how to use them.
sisciaalmost 10 years ago
The best thing you can do is to build a distribuite system.<p>Even something &quot;trivial&quot; if distribuite over few nodes won&#x27;t be trivial at all.<p>After you have build it you will need to ship it, and now you can start to use docker or other container.