TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: How to learn more about distributed systems

6 点作者 britknight将近 10 年前
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 条评论

senjindarashiva将近 10 年前
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.
siscia将近 10 年前
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.