Live data from Hacker News

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

news.ycombinator.com

1–3 of 3 posts

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

#1
There are lots of tools for CD in a container world, like Kubernetes and ECS. But many (most?) companies aren't using containers.

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?

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

#3
DC/OS [1] supports services (long-running tasks) and jobs (one-offs or scheduled) which don't necessarily have to be container images. See also [2] for a small write-up on this topic.

[1] https://dcos.io/ [2] https://medium.com/none-size-fits-it-all/u-cant-touch-this-9...