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 do you manage continuous deployment without containers?

1 pointsby kniteover 8 years ago
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 comments

mhausenblasover 8 years ago
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>
olegkikinover 8 years ago
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.