Hacker News new | ask | show | jobs
by Klugistiono 1017 days ago
I introduced ArgoCD to a project with 20 teams and the acceptance from developers was very high.

What they had befor was a terraform based pipeline (i would argue similiar to a deploy.sh) and they struggled with those scripts hard.

ArgoCD with dex is easily integrated in your auth system and you don't need to write some scripts to handle issues like login errors, timeouts etc.

I have seen plenty of bash scripts which do exactly what they should do with 0 error handling and it was always a pain in the ass to analyse and fix those scripts.