argocd

All posts tagged argocd by Linux Bash
  • Posted on
    Featured Image
    As the tech world hustles towards ever more automated, scalable, and efficient systems, the adoption of Continuous Delivery (CD) principles has become almost the standard. Among several tools out there, ArgoCD emerges as a standout candidate, especially for Kubernetes-centric environments. In this blog, we'll explore how to leverage ArgoCD to automate the deployment processes directly from a source code repository to a production environment, all within the powerful ecosystem of Linux. ArgoCD is a declarative, GitOps continuous delivery tool for Kubernetes. It follows the philosophy that Git repositories are the source of truth for defining the desired application state.