Reading 24m read

GitOps with ArgoCD

Implement GitOps for Kubernetes using ArgoCD — declarative, Git-driven continuous delivery that treats your cluster as code.

Full content coming soon. This lesson is being written.

This lesson covers GitOps with ArgoCD:

  • GitOps principles: Git as the single source of truth
  • ArgoCD architecture: Application, AppProject, controller
  • Installing ArgoCD and accessing the UI
  • Creating an Application: tracking a Git repo
  • Sync strategies: manual vs automatic
  • Health and sync status: what they mean
  • ApplicationSets: managing many applications at once
  • ArgoCD RBAC and SSO integration
  • Flux vs ArgoCD: when to choose each

Check back soon for the full content.

Next Lesson