In our big guide on how to use ApplicationSets for Argo CD applications, we explained the best practice of having a 3-level structure for all manifests with a clear distinction between Argo CD Application files and Kubernetes resource files. In that article, we also outlined several anti-patterns that we have seen in the wild, meaning […]| Codefresh
Argo CD is a declarative, GitOps-based continuous delivery tool designed to simplify and streamline application deployments in Kubernetes environments. As part of the CNCF (Cloud Native Computing Foundation) ecosystem, Argo CD has become a cornerstone for teams embracing cloud-native development practices. At its core, Argo CD ensures that the desired application state defined in Git […] The post Securing Argo CD for 2025: Looking Back at Key Achievements and Innovations in 2024 appeared fi...| Codefresh
In the previous article in this series, we explained how Argo CD application Sets work and how to use them for organizing your applications in different environments or groups. We received a lot of positive feedback from our readers, and many teams now use the associated Git repository as a starting point for their own […]| Codefresh
We recently announced the new Codefresh GitOps Cloud, the easiest way to promote changes across Argo CD applications–even across different clusters. With Codefresh GitOps Cloud, you can model your own promotion flow with a graphical editor (although YAML is still available). You define exactly how an application reaches production, including all the requirements and approval […]| Codefresh
Two of the most popular guides we’ve written are the GitOps promotion guide and the ApplicationSet guide. Used together, they explain an end-to-end solution for organizing your GitOps applications and promoting them between different environments, while keeping things DRY by using application sets. Both of these guides use Kustomize. We offered some hints for Helm […]| Codefresh
Argo CD is the most popular GitOps tool for deploying applications to Kubernetes clusters. Many teams that move their applications to Kubernetes choose Argo CD for its powerful sync engine and intuitive dashboard. Argo CD is also fully open source, which means teams can freely install it on their private clouds, behind-the-firewall data centers, or […]| Codefresh