https://platformengineering.org logo
#platform-design
Title
# platform-design
r

Raquel Pau Fernandez

09/08/2022, 5:00 PM
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

Alan Barr

09/08/2022, 5:17 PM
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

Asaf Erlich

09/08/2022, 6:29 PM
Specifically deploying? Argo but buildkite commands do the git pushing which triggers the argo syncing to do the deploying
a

Audrey Gallimore

09/08/2022, 6:43 PM
Homegrown tooling, which I’m currently trying to integrate with Argo
y

yoo

09/08/2022, 7:08 PM
GitHub Actions for CI and Argo for CD.
h

Hugo Pinheiro

09/08/2022, 9:04 PM
Gitlab for now, OSS is a requirement for me but not necessarily for the companies I work for
a

Anjul Sahu

09/09/2022, 5:58 AM
we are using Argo (ArgoCD, Argo Image Updater, Argo Rollouts) + Kustomize (with some KRM functions, Jinja templating to automate stuff).
f

Felipe Schossler

09/09/2022, 6:51 PM
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

Jelmer Borst

09/11/2022, 9:19 AM
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

Raquel Pau Fernandez

09/12/2022, 1:49 PM
@yoo Are you using Argo CD or Argo Workflows or something else?
a

Alan Barr

09/12/2022, 1:53 PM
I am curious what you all use for your platform stack. maybe a different thread 😉
y

yoo

09/12/2022, 2:36 PM
@Raquel Pau Fernandez Argo CD. In addition ApplicationSets and Image Updater.
23 Views