Best of ArgoCDFebruary 2024

  1. 1
    Article
    Avatar of communityCommunity Picks·2y

    Wait, What’s GitOps?

    GitOps is a modern way to manage cloud-native systems using Git as version control for infrastructure. Argo CD, Flux, and Terraform are popular tools for implementing GitOps. Setting up GitOps with Argo CD involves deploying it to a Kubernetes cluster, connecting it to a Git repository, and integrating with a CI pipeline.

  2. 2
    Article
    Avatar of devgeniusDev Genius·2y

    Spring Boot Deployment on Kubernetes with Argo CD

    Learn how to deploy a Spring Boot application on Kubernetes using Argo CD.

  3. 3
    Article
    Avatar of komodorKomodor·2y

    ArgoCD vs FluxCD vs Jenkins X – Battle of Declarative GitOps Tools

    Comparison of ArgoCD, FluxCD, and Jenkins X - declarative GitOps tools for CI/CD on Kubernetes. Covers core features, setup procedures, and differences in UI, rollout, notifications, and multi-cluster deployment.