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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: Do you use Docker v.1.12 swarm mode successfully in production?

3 点作者 maxplat超过 8 年前
We have a few bare metal nodes (on debian jessie) and we would like to migrate our server stack to docker. I've tried to use kubernetes but it seemed complicated to set up for debian, I spent 2 days on it and was not able to make it work. I tried docker swarm mode and I love its simplicity. Last night I checked hackernews and I found a post that it is not ready for prime time yet and now I am worried. Please let me know if there is anyone of you using it with success. I have only 3 nodes, so very small setup. Thank you.

2 条评论

brudgers超过 8 年前
Context for my random thoughts from the internet: I don&#x27;t use Swarm in production but I read the blog post.<p>1. Everyone has their definition of &#x27;prime time&#x27;. Kubernetes is a &#x27;third system&#x27; designed by Google to meet Google&#x27;s &#x27;prime time&#x27; needs.<p>2. The odds are that if your company&#x27;s &#x27;prime time&#x27; needs were similar to Google&#x27;s, writing your own container orchestration layer would be a viable option and there&#x27;s a good chance it would already have been done.<p>3. My take on the blog post was that the author was probably imagining a context containing more than a few bare metal nodes.<p>4. If Docker Swarm works for your organization, there&#x27;s no reason not to use it. A few bare metal nodes seems to be one of the use cases for which it was built.<p>The difference I see is that Kubernetes is a solution and Docker Swarm is a product. By which I mean that Kubernetes was designed around Google&#x27;s internal technical needs and Docker Swarm was designed around the needs of Docker&#x27;s customer base.<p>That doesn&#x27;t make either right or wrong in general, but it may mean that one or the other is a better fit for a particular organization.<p>Good luck.
评论 #12403610 未加载
paimpozhil超过 8 年前
Docker V.1.12 was released very recently and I&#x27;m 100% there is no apps in production with swarm mode.<p>We are evaluating different clustering&#x2F;orchestration frameworks, Kubernates seems to be the most appropriate but its learning curve and initial setup is a huge pain especially when you are not in GCE or AWS .
评论 #12403614 未加载