Hacker News new | ask | show | jobs
by cianuro_ 641 days ago
Can’t this be achieved using the app of apps pattern in ArgoCD?
3 comments

Teams can also build applications with the apps of apps pattern with Argo CD or Flux kustomizations. They both feature concepts of dependencies. But these packages can then not published and shared between different clusters and organization that don't share a git repository.
The ultimate goal is a centralized, curated, and audited repository, similar to Debian's official apt repository.

Sure, you could make your own .deb, your own repository, and manage dependencies yourself. But do you really want to?

How do you handle updates, manually?