Best of ArgoCDAugust 2024

  1. 1
    Article
    Avatar of communityCommunity Picks·2y

    Deployment to Kubernetes with ArgoCD

    The post provides a detailed guide on deploying applications to a Kubernetes cluster using ArgoCD. It includes Terraform configurations for setting up the DigitalOcean container registry and Kubernetes cluster, Nginx Ingress Controller for managing HTTP and HTTPS routing, and Cert Manager for automating TLS certificate management. The tutorial also covers initializing a Node.js application, using GitHub Actions to build and push Docker images, and configuring ArgoCD to monitor a Git repository for changes.

  2. 2
    Article
    Avatar of itnextITNEXT·2y

    GitOps: How We Integrate a New Service in Under 1 Hour for 25 Clusters!

    Integrating a new service at scale can be challenging, but using GitOps methodology with Argo CD simplifies the process. This comprehensive guide covers setting up an organization, inviting users, creating environments, integrating with Kubernetes, securing credentials with Azure Key Vault, and deploying through Helm charts. The automation minimizes errors and ensures a smooth integration of Otterize into your tech stack.