Comment on From Docker with Ansible to k3s: I don't get it...
moonpiedumplings@programming.dev 5 days agothat all those CD tools were specifically tailored to run as workers in a deployment pipeline
That’s CI 🙃
Confusing terms, but yeah. With ArgoCD and FluxCD, they just read from a git repo and apply it to the cluster. In my linked git repo, flux is used to install “helmreleases” but argo has something similar.