✅ Task #2 — Deploy Your First GitOps Application on GKE Cluster Using ArgoCD
In this task you will: Create a simple Kubernetes manifest Push it to a GitHub repo Connect ArgoCD to that repo Deploy your app automatically Test GitOps Sync (manual + auto) ⭐ STEP 1 — Create a GitHub Repo Create a new GitHub repo: argocd-demo-app Enter fullscreen mode Exit fullscreen mode Add this structure: argocd-demo-app/…
