You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This repository contains code for a Node.js web app with an API querying a PostgreSQL database. It uses Terraform for Infrastructure as Code (IaC) to manage infrastructure and Argo CD for GitOps-based Helm deployment, enabling automated continuous delivery of a Kubernetes web app.
EKS, VPC, and IAM provisioned via Terraform and Jenkins. Jenkins CI/CD builds, scans (SonarQube, OWASP, Trivy), and pushes Docker images to ECR. ArgoCD deploys and syncs frontend, backend, and MongoDB (with PVC and secrets) to EKS. AWS ALB Ingress for routing. Monitoring via Prometheus & Grafana.