Loading video player...
In this project, you will learn how to deploy a **Helm chart using ArgoCD** in a clean and practical GitOps workflow. Instead of applying Kubernetes manifests manually, ArgoCD connects directly to your Git repository and automatically deploys your application. š§ The architecture is simple and powerful: **Git Repo ā Helm Chart ā ArgoCD ā Kubernetes** You will work with a structured repository where the Helm chart (`charts/webapp`) contains all deployment configurations, including templates and values. ArgoCD is configured to track this path and continuously sync changes to the Kubernetes cluster. š¦ Key highlights: * Seamless **Helm integration with ArgoCD** * Flexible **values.yaml configuration and overrides** * Proper **version control for Helm charts** * Real-world **GitOps deployment flow** This project is perfect for developers and DevOps engineers who want to move from basic Kubernetes deployments to a more automated, scalable, and production-ready approach. š Follow along to understand how modern teams manage infrastructure using Git as the single source of truth.