Folks, what do you use for deploying at scale? Arg...
# platform-blueprints
r
Folks, what do you use for deploying at scale? Argo, GitHub Actions, GitLab, Tekton? Is having an OSS solution a requirement for you? Is there any place with this data?
a
started with GitLab and now planning to use Argo. The main reason is that we have to expose public internet loads. Which causes us to separate our code builds from our deployments.
a
Specifically deploying? Argo but buildkite commands do the git pushing which triggers the argo syncing to do the deploying
a
Homegrown tooling, which I’m currently trying to integrate with Argo
y
GitHub Actions for CI and Argo for CD.
h
Gitlab for now, OSS is a requirement for me but not necessarily for the companies I work for
a
we are using Argo (ArgoCD, Argo Image Updater, Argo Rollouts) + Kustomize (with some KRM functions, Jinja templating to automate stuff).
f
We are using Spinnaker (was created by Netflix). It serves us very well but it's a cannon and have much things to do and care about, maybe if we can start from 0 again someday Argo seems to be the reasonable choice
j
Same as @Felipe Schossler, we’re using Spinnaker with custom templating using jsonnet to generate our pipelines. For simple deploying, it’s definitely overkill. Running it yourself is also not easy, as it’s a beast. But there are some very powerful advanced setups you can make.
r
@yoo Are you using Argo CD or Argo Workflows or something else?
a
I am curious what you all use for your platform stack. maybe a different thread 😉
y
@Raquel Pau Fernandez Argo CD. In addition ApplicationSets and Image Updater.