Settings

Theme

Ask HN: What are you using for Continuous Deployment (CD)?

5 points by rkrzr 3 years ago · 5 comments · 1 min read


We are currently working on supporting continuous deployments, but it seems that no suitable tools are available. We don't have particularly outlandish requirements, we want something that:

- Can be triggered via a webhook or from a GitHub PR/comment - Can queue up multiple releases (of the same or different services) and deploy them in series - Flexibility (works not only with Kubernetes)

So far we've looked at Tekton, Buildbot, and GoCD. It seems none of them support our use cases: GoCD and Tekton don't support queuing of releases and Buildbot requires so much customization that we might as well continue building our own solution.

What do other modern medium-sized software companies use to make continuous deployment a reality?

breckenedge 3 years ago

GitHub actions. It queues deploys. There are a surprising number of freely available deploy actions.

lwhsiao 3 years ago

Likely doesn't satisfy your requirements, but we are using ArgoCD.

kidgorgeous 3 years ago

we use bigquery at the fortune 500 company I currently contract for

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection