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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: How do you manage continuous deployment without containers?

1 点作者 knite超过 8 年前
There are lots of tools for CD in a container world, like Kubernetes and ECS. But many (most?) companies aren&#x27;t using containers.<p>Which tools and best practices are you using to manage your deployments in a non-container world, when you have dozens of long-lived servers behind a load balancer?

2 条评论

mhausenblas超过 8 年前
DC&#x2F;OS [1] supports services (long-running tasks) and jobs (one-offs or scheduled) which don&#x27;t necessarily have to be container images. See also [2] for a small write-up on this topic.<p>[1] <a href="https:&#x2F;&#x2F;dcos.io&#x2F;" rel="nofollow">https:&#x2F;&#x2F;dcos.io&#x2F;</a> [2] <a href="https:&#x2F;&#x2F;medium.com&#x2F;none-size-fits-it-all&#x2F;u-cant-touch-this-9eb31d1109fc" rel="nofollow">https:&#x2F;&#x2F;medium.com&#x2F;none-size-fits-it-all&#x2F;u-cant-touch-this-9...</a>
olegkikin超过 8 年前
Atlassian Bamboo<p><a href="https:&#x2F;&#x2F;www.atlassian.com&#x2F;software&#x2F;bamboo" rel="nofollow">https:&#x2F;&#x2F;www.atlassian.com&#x2F;software&#x2F;bamboo</a><p>Kubernetes is such an overkill for most companies. Unless you&#x27;re deploying to dozens of servers of non-homogenous projects&#x2F;services, you probably don&#x27;t need it.