Complete GitOps Project Documentation on AWS EKS using Terraform and ArgoCDGitOps Deployment on AWS EKS using Terraform, ArgoCD, Docker, and GitHub Project Overview This project demonstrates a complete GitOps workflow using: Terraform for Infrastructure as Code (IaC) AWS May 30, 2026·9 min read
Infrastructure as Code (IaC) with Terraform – AWS EC2 Docker ContainerObjective Provision an AWS EC2 instance running Docker and an Nginx container using Terraform. Automate infrastructure provisioning and deployment without manual setup. Tools Used Terraform AWS (EC2, VPC, Subnet, Security Group, Internet Gateway, ...Sep 25, 2025·4 min read
Jenkins CI/CD Pipeline for WebsiteProject Overview This project demonstrates a basic CI/CD pipeline using Jenkins to automate the process of building, testing, pushing, and deploying a static HTML website using Docker. The pipeline ensures that any changes pushed to the GitHub reposi...Sep 23, 2025·4 min read
Automating Code Deployment with CI/CD on AWS EC2Overview This guide explains in detail how to set up an end-to-end CI/CD pipeline to build, package, and deploy a Node.js web application. You will use GitHub Actions for automation, DockerHub as your container registry, and AWS EC2 (Amazon Linux 2) ...Sep 22, 2025·5 min read
Automate Your AWS EC2 Docker Workflow with a Simple Bash ScriptManaging Docker containers on your EC2 instance doesn't have to be a headache. Remembering lengthy commands and container names can slow you down. What if you could manage everything from a simple, interactive menu? I've created a straightforward Bas...Sep 18, 2025·4 min read
End-to-End GitOps and Service Mesh Implementation for Microservices on AWS EKS with ArgoCD and IstioProject Overview This project demonstrates the implementation of a Kubernetes cluster using EKS (Elastic Kubernetes Service) and employs GitOps principles with ArgoCD for continuous deployment. Additionally, Istio is integrated as a service mesh to f...Jan 5, 2025·7 min read
Unlocking the Power of Amazon EKS: How Companies Are Transforming Their Kubernetes WorkloadsOverview In today’s rapidly evolving digital landscape, organizations are under constant pressure to innovate quickly while maintaining cost efficiency and operational reliability. Kubernetes has emerged as the de facto standard for container orchest...Jan 4, 2025·4 min read