There are lots of tools for CD in a container world, like Kubernetes and ECS. But many (most?) companies aren'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?
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.<p>[1] <a href="https://dcos.io/" rel="nofollow">https://dcos.io/</a>
[2] <a href="https://medium.com/none-size-fits-it-all/u-cant-touch-this-9eb31d1109fc" rel="nofollow">https://medium.com/none-size-fits-it-all/u-cant-touch-this-9...</a>
Atlassian Bamboo<p><a href="https://www.atlassian.com/software/bamboo" rel="nofollow">https://www.atlassian.com/software/bamboo</a><p>Kubernetes is such an overkill for most companies. Unless you're deploying to dozens of servers of non-homogenous projects/services, you probably don't need it.