Hacker News new | ask | show | jobs
by alwyn 868 days ago
I've never used Flux, only Argo, but can you share a bit from your point of view on why you find Flux to be technically superior?

Thanks!

1 comments

One if the decision points for us using Flux was the the helm controller. ArgoCD will just render the helm chart and apply the manifests. If you already habe an Helm Release in your cluster the migration path was easier with flux.
Not to mention that because of this, ArgoCD doesn't support some Helm functions at all, like `lookup` (which looks up resources in your cluster).