5.3.1 Argo CI-CD

State/Version: 20250408

5.3.1 Argo CD / Workflows / Rollouts

Let’s deploy the Gerundium Brand Voting App into the Kubernetes cluster using Argo.

💡 You’ll find the required files in this repository: github/gerundium

  1. Apply the appProject manifests to kickstart the Argo Rollouts

    • This step will configure the “AppProject” and tell Argo where it can find the source code that it will deploy and also the destination.

      kubectl apply -f argo/bootstrap/appProject.yaml
      
  2. Check the results in Argo CD and Argo Rollouts