Loading video player...
In this project, you’ll learn the fundamentals of the **GitOps workflow** using ArgoCD and Kubernetes in a simple, beginner-friendly way. We start by setting up a basic architecture where your **GitHub repository acts as the single source of truth**, ArgoCD continuously monitors changes, and automatically syncs them to your Kubernetes cluster (using Minikube or Kind). You’ll deploy a simple **NGINX application**, organize your Kubernetes manifests, and create an ArgoCD Application to manage everything seamlessly. ✨ **What you’ll learn:** * How GitOps works in real-world scenarios * Using the ArgoCD UI effectively * Syncing applications from Git to Kubernetes * Performing rollback when issues occur * Understanding self-healing in Kubernetes This is a perfect starting point if you want to move toward **DevOps, Kubernetes, and modern deployment strategies**. 📌 Clean, practical, and easy to follow – let’s get started!