Live data from Hacker News

Is anyone doing Continuous Deployment?

news.ycombinator.com

1–4 of 4 posts

Is anyone doing Continuous Deployment?

#1
I might be in a backwater IT market but the fact of the matter is that no company that I know of does CD in this market.

In fact most of them don't actually do agile. They're doing something like longish waterfall with manual QA and deployment.

The really weird thing though is that they do microservices - which looks more like a distributed monolith TBH.

What is happening? Is CD dead(ish) in the water?

Re: Is anyone doing Continuous Deployment?

#2
Not backwater IT market, more like the average.

Agile is cool if you have no dependencies. If you have to tie into some 15yo legacy system with a static release cycle its not so agile anymore.

Same with CD and microservices. I cant count how many times i had a requirement "dont deploy to prod before x.y.z" because thats when the required changes on some old system would go live. And even then you need approval of like three different departments...

Re: Is anyone doing Continuous Deployment?

#3
It depends entirely on whether a team is willing to put the effort into it - primarily this means thorough integration testing. I've worked on teams at very small and very large companies, and sometimes there's CD and other times there's not. Even within a team there's sometimes deployments that are manual while others are automated.