🚀 Objective
Deploy application components to Kubernetes using manifests, manage them declaratively with Argo CD, and sync with GitHub via SSH authentication.
✅ Prerequisites
- EKS cluster provisioned via Terraform
kubectl and AWS CLI configured on local machine
- Argo CD already installed on the cluster via terrafrom
- Obtained ArgoCD password
- GitHub repository (private) created for Kubernetes manifests
- GitHub PAT (Classic) already created
.env, ConfigMap, Secrets, and deployment.yaml files ready in manifest repo
🧩 Stage 1: Access Argo CD Dashboard
🧩 Stage 2: Create GitHub Repository