#gitops (2019-11)

Discuss continuous delivery of infrastructure

Archive: https://archive.sweetops.com/gitops/

2019-11-10

gdupin avatar

Hi there sweetops Two of the biggest GitOps projects are joining forces : Argo CD and Flux CD ! https://github.com/argoproj/gitops-engine/tree/master Anybody having experience with these GitOps tools for Continuous Delivery in Production yet ?

argoproj/gitops-engine

Contribute to argoproj/gitops-engine development by creating an account on GitHub.

Erik Osterman (Cloud Posse) avatar
Erik Osterman (Cloud Posse)

Oh wow! Thanks for sharing

Erik Osterman (Cloud Posse) avatar
Erik Osterman (Cloud Posse)

Not yet. My hangup on using Flux is that Kubernetes operators are very poor at surfacing errors compared to traditional CD tools. My hangup on using Argo is the lack of first class CI :-)

2019-11-13

gdupin avatar

ok thanks for the feedback. When you say “traditional CD tools”, you mean using a “push” approach where your CD tools is external to the target environment and launches (CLI) commands to update your deployments right ? (opposed to a “pull” approach, like argo or flux, where the CD tool is living within the target environment and watches a git repo for deployment updates)

Erik Osterman (Cloud Posse) avatar
Erik Osterman (Cloud Posse)

No more like traditional tools that don’t have CRDs :-) traditional tools have a web UI you login to and follow along with streaming output. With Argo you get that. So I am hoping that by joining Argo with Flux we get the best of both.

1
    keyboard_arrow_up