Argo CD - Beginner
Argo CD is an open-source, declarative GitOps continuous delivery tool for Kubernetes. It automates application deployment by monitoring Git repositories for configuration changes and syncs them directly to clusters, ensuring identical live environments.
Created by Luciano Giacchetta
Included in Careers:
USD 1.1
Includes 65% OFF
7-Day Money Back Guarantee
This preview shows only free-sample content — all videos and practices are unlocked when you subscribe.
This course includes
- 5 Modules
- 16 Videos
- 8 Practices
- Full-time access
- Mobile & Tablet access
- Course Certificate
What you'll learn
- Automated application deployment
- Declarative GitOps workflow configuration
- Web UI and CLI developer interface
- Single/multi-cluster management capability
- SSO integration and RBAC permissions
- Visual drift detection and automatic sync
- Pre-sync, sync, post-sync hooks support
- Continuous health status monitoring
- Rolling back to any Git revision
- Parameter overrides via Kustomize or Helm
Course Contents
2 Hours 34 Minutes
Core concepts of Argo CD and the GitOps methodology, including declarative delivery, continuous monitoring, and Git as the single source of truth for Kubernetes deployments.
Creating and syncing Argo CD Applications — linking Git repositories to Kubernetes clusters, managing sync policies, health checks, and auto-pruning.
Using Helm, Kustomize, and Jsonnet with Argo CD for templated manifests across multiple environments, and applying parameter overrides per Application.
Organizing applications with AppProjects, restricting source repositories and target namespaces, and applying RBAC policies across teams sharing one Argo CD instance.
Legacy 3-way diff vs. server-side diff, ignoreDifferences configuration, and customizing how Argo CD compares desired vs. live cluster state.