Hacker News new | ask | show | jobs
by ForHackernews 1421 days ago
I've never used their workflows thing, but having been forced to live with ArgoCD it sounds horrifying.

Argo is another over-engineered "CNCF" thing trying to ride the Kubernetes hype train. It's all "eventually consistent", which makes it extraordinarily difficult to see when any particular thing actually happened. Is my code deployed? Who knows, Argo is "syncing".

Check out these great docs: https://argoproj.github.io/argo-workflows/rest-api/

> API reference docs :

> Latest docs (maybe incorrect)

> Interactively in the Argo Server UI.<https://localhost:2746/apidocs> (>= v2.10)

Yes, that is a localhost URL on their website.

1 comments

How do you know if anything is deployed if it hasn't come back and confirmed it's deployed? Manual only?
rsync returns status code 0.

;)

Well, no-one's going to accuse that of being overengineered :D