Deploy a Two-Tier Web Application on AWS EKS using Jenkins, Helm, ArgoCD & Terraform

Опубликовано: 03 Июнь 2026
на канале: vijay giduthuri
3,369
143

In this video, I walk you through 🚆𝐃𝐞𝐩𝐥𝐨𝐲𝐢𝐧𝐠 𝐚 𝐜𝐨𝐦𝐩𝐥𝐞𝐭𝐞 𝐑𝐚𝐢𝐥𝐰𝐚𝐲 𝐓𝐢𝐜𝐤𝐞𝐭 𝐁𝐨𝐨𝐤𝐢𝐧𝐠 𝐀𝐩𝐩𝐥𝐢𝐜𝐚𝐭𝐢𝐨𝐧 on AWS using modern DevOps tools and best practices. This project showcases the deployment of 𝐟𝐫𝐨𝐧𝐭𝐞𝐧𝐝 𝐚𝐧𝐝 𝐛𝐚𝐜𝐤𝐞𝐧𝐝 𝐦𝐢𝐜𝐫𝐨𝐬𝐞𝐫𝐯𝐢𝐜𝐞𝐬 on 𝐀𝐖𝐒 𝐄𝐊𝐒 (𝐄𝐥𝐚𝐬𝐭𝐢𝐜 𝐊𝐮𝐛𝐞𝐫𝐧𝐞𝐭𝐞𝐬 𝐒𝐞𝐫𝐯𝐢𝐜𝐞), fully automated using 𝐉𝐞𝐧𝐤𝐢𝐧𝐬 𝐩𝐢𝐩𝐞𝐥𝐢𝐧𝐞𝐬, 𝐇𝐞𝐥𝐦, 𝐀𝐫𝐠𝐨𝐂𝐃, and 𝐓𝐞𝐫𝐫𝐚𝐟𝐨𝐫𝐦.

🔧 𝐏𝐫𝐨𝐣𝐞𝐜𝐭 𝐎𝐯𝐞𝐫𝐯𝐢𝐞𝐰:
We’ve built a 𝐭𝐰𝐨-𝐭𝐢𝐞𝐫 𝐰𝐞𝐛 𝐚𝐩𝐩𝐥𝐢𝐜𝐚𝐭𝐢𝐨𝐧 where:
Users input details (Name, Source, Destination, Food Preference) via the 𝐟𝐫𝐨𝐧𝐭𝐞𝐧𝐝.
Data is securely sent to the 𝐛𝐚𝐜𝐤𝐞𝐧𝐝 and stored in an 𝐀𝐖𝐒 𝐑𝐃𝐒 𝐌𝐲𝐒𝐐𝐋 𝐝𝐚𝐭𝐚𝐛𝐚𝐬𝐞.

🛠️ 𝐀𝐫𝐜𝐡𝐢𝐭𝐞𝐜𝐭𝐮𝐫𝐞 𝐇𝐢𝐠𝐡𝐥𝐢𝐠𝐡𝐭𝐬:
𝟐 𝐆𝐢𝐭𝐇𝐮𝐛 𝐑𝐞𝐩𝐨𝐬𝐢𝐭𝐨𝐫𝐢𝐞𝐬:
1. Contains 𝐟𝐫𝐨𝐧𝐭𝐞𝐧𝐝 & 𝐛𝐚𝐜𝐤𝐞𝐧𝐝 𝐚𝐩𝐩 𝐜𝐨𝐝𝐞 + 𝐓𝐞𝐫𝐫𝐚𝐟𝐨𝐫𝐦 scripts for infrastructure.
2. Contains 𝐇𝐞𝐥𝐦 𝐜𝐡𝐚𝐫𝐭𝐬 for EKS deployments.

Fully automated CI/CD using 𝐉𝐞𝐧𝐤𝐢𝐧𝐬 𝐩𝐢𝐩𝐞𝐥𝐢𝐧𝐞𝐬.
Infrastructure-as-Code with 𝐓𝐞𝐫𝐫𝐚𝐟𝐨𝐫𝐦.
Continuous delivery with 𝐀𝐫𝐠𝐨𝐂𝐃.
Domain setup via 𝐆𝐨𝐃𝐚𝐝𝐝𝐲 and secure HTTPS access with 𝐓𝐋𝐒 𝐜𝐞𝐫𝐭𝐢𝐟𝐢𝐜𝐚𝐭𝐞𝐬.

𝐉𝐞𝐧𝐤𝐢𝐧𝐬 𝐏𝐢𝐩𝐞𝐥𝐢𝐧𝐞𝐬 𝐎𝐯𝐞𝐫𝐯𝐢𝐞𝐰:
🔁 𝐏𝐢𝐩𝐞𝐥𝐢𝐧𝐞 𝟏 – 𝐀𝐩𝐩𝐥𝐢𝐜𝐚𝐭𝐢𝐨𝐧 𝐂𝐈/𝐂𝐃:
Pulls app source code from GitHub.
Performs static code analysis using 𝐒𝐨𝐧𝐚𝐫𝐐𝐮𝐛𝐞.
Scans dependencies with 𝐎𝐖𝐀𝐒𝐏 𝐃𝐞𝐩𝐞𝐧𝐝𝐞𝐧𝐜𝐲-𝐂𝐡𝐞𝐜𝐤.
Builds Docker images for frontend & backend and pushes them to 𝐀𝐖𝐒 𝐄𝐂𝐑.
Runs 𝐓𝐫𝐢𝐯𝐲 scans on Docker images for vulnerabilities.
Clones Helm chart repo and updates image tags dynamically.

🌐 𝐏𝐢𝐩𝐞𝐥𝐢𝐧𝐞 𝟐 – 𝐈𝐧𝐟𝐫𝐚𝐬𝐭𝐫𝐮𝐜𝐭𝐮𝐫𝐞 𝐏𝐫𝐨𝐯𝐢𝐬𝐢𝐨𝐧𝐢𝐧𝐠:
Provisions full 𝐀𝐖𝐒 𝐢𝐧𝐟𝐫𝐚𝐬𝐭𝐫𝐮𝐜𝐭𝐮𝐫𝐞 using 𝐓𝐞𝐫𝐫𝐚𝐟𝐨𝐫𝐦: "VPC, Subnets, Route Tables, IGWs, EC2 (Ubuntu Jumpbox), RDS (MySQL), and EKS Cluster"
Install 𝐀𝐫𝐠𝐨𝐂𝐃 on 𝐄𝐊𝐒 and 𝐢𝐧𝐭𝐞𝐠𝐫𝐚𝐭𝐞𝐬 𝐇𝐞𝐥𝐦 𝐜𝐡𝐚𝐫𝐭 𝐫𝐞𝐩𝐨.
Installs 𝐍𝐠𝐢𝐧𝐱 𝐈𝐧𝐠𝐫𝐞𝐬𝐬 𝐂𝐨𝐧𝐭𝐫𝐨𝐥𝐥𝐞𝐫 and maps the Load Balancer DNS to a 𝐆𝐨𝐃𝐚𝐝𝐝𝐲 𝐝𝐨𝐦𝐚𝐢𝐧.
Secures the domain with 𝐓𝐋𝐒/𝐇𝐓𝐓𝐏𝐒 using 𝐜𝐞𝐫𝐭-𝐦𝐚𝐧𝐚𝐠𝐞𝐫.

✅ 𝐅𝐢𝐧𝐚𝐥 𝐎𝐮𝐭𝐩𝐮𝐭:
A fully deployed Railway Ticket Booking app accessible via a custom domain over HTTPS, running on scalable Kubernetes infrastructure on AWS!

🔗 𝐆𝐢𝐭𝐇𝐮𝐛 𝐑𝐞𝐩𝐨𝐬𝐢𝐭𝐨𝐫𝐢𝐞𝐬:
💻 𝐀𝐩𝐩𝐥𝐢𝐜𝐚𝐭𝐢𝐨𝐧 𝐂𝐨𝐝𝐞 + 𝐓𝐞𝐫𝐫𝐚𝐟𝐨𝐫𝐦: https://github.com/vijaygiduthuri/aws...

📦 𝐇𝐞𝐥𝐦 𝐂𝐡𝐚𝐫𝐭𝐬: https://github.com/vijaygiduthuri/aws...

👍 𝐈𝐟 𝐲𝐨𝐮 𝐟𝐨𝐮𝐧𝐝 𝐭𝐡𝐢𝐬 𝐡𝐞𝐥𝐩𝐟𝐮𝐥, 𝐝𝐨𝐧’𝐭 𝐟𝐨𝐫𝐠𝐞𝐭 𝐭𝐨 𝐥𝐢𝐤𝐞, 𝐬𝐡𝐚𝐫𝐞, 𝐚𝐧𝐝 𝐬𝐮𝐛𝐬𝐜𝐫𝐢𝐛𝐞!
🛎️ Hit the bell icon to stay updated with more DevOps and Cloud content!
#AWS #EKS #DevOps #Jenkins #Helm #ArgoCD #Terraform #Kubernetes #CICD #CloudComputing #InfrastructureAsCode #DevOpsProject #AWSProject #RailwayBookingApp #FullStackDeployment #Microservices #Docker #GitOps #Trivy #SonarQube #OWASP #DockerSecurity #ECR #AWSRDS #MySQL #CloudInfrastructure #KubernetesDeployment #CloudEngineering #IaC #DevSecOps #NginxIngress #TLS #HTTPS #GoDaddyDNS #DomainMapping #SecureDeployment #GitHubActions #JenkinsPipeline #TerraformAWS #ArgoCDKubernetes #K8s #DevOpsTools #AWSProjects #CloudProjects #OpenSourceTools #Automation #TechTutorial #YouTubeTech #WebAppDeployment #TwoTierArchitecture #FrontendBackend