Build a Real-World DevOps Pipeline with GitHub Actions, Terraform, EKS, and Argo CD (Step-by-Step)Apr 16, 2025·15 min read
Build a Production-Grade AWS ECS Fargate Cluster with Terraform (Modular, Scalable & CI/CD-Ready)Project Goal Design and provision a production-grade, reusable, and modular ECS Fargate infrastructure using Terraform, with best practices around: ✅ Zero-downtime deployments using ALB with rolling updates 🔐 Secure networking across public/privat...Apr 21, 2025·7 min read
From Zero to Production: Build Scalable AWS Infrastructure Using Terraform Modules (VPC, EC2, RDS)Apr 11, 2025·11 min read
Building a Production-Ready GKE Cluster with Terraform, Helm & Secure Kubernetes PracticesApr 5, 2025·7 min read
Part 7: Secure Secrets on EKS with AWS Secrets Manager, IRSA & CSI Driver (A to Z)In the final part of my Amazon EKS Production Series, we’re diving into one of the most overlooked yet critical areas of Kubernetes in production: Secret Management. When I first started deploying workloads to EKS, I made the common mistake of storin...Apr 4, 2025·5 min read
Part 6: Persisting Data on EKS with EBS, EFS CSI Drivers & OIDC Integration (Terraform + Helm)In this article, I’m sharing a real-world challenge I faced while deploying stateful applications on Amazon EKS—and how I solved it by configuring: EBS CSI Driver for ReadWriteOnce access EFS CSI Driver for ReadWriteMany access OIDC Integration fo...Apr 4, 2025·7 min read
Part 5: Mastering NGINX Ingress on EKS – Secure Traffic with Cert-Manager & Let’s Encrypt TLSIn this article, I’m tackling one of the most critical aspects of Kubernetes networking—secure traffic routing—using the NGINX Ingress Controller and Cert-Manager on Amazon EKS. I’ll walk you through how I secured my applications with Let’s Encrypt T...Apr 4, 2025·6 min read
Part 4: Expose & Secure Your EKS Apps — AWS Load Balancer Controller with TLS & TerraformIn this article, I’m sharing a real-world networking challenge I encountered while deploying production applications on Amazon EKS—and how I resolved it by implementing the AWS Load Balancer Controller with TLS termination, powered by Terraform and H...Apr 3, 2025·9 min read
Part 3: From Outages to Autoscaling — Mastering HPA & Cluster Autoscaler on AWS EKS with TerraformWelcome to the third chapter of the Amazon EKS Production-Ready Series—where I turn real production pain into a scalable solution you can deploy today. In this article, I’m sharing a real-world challenge I faced during Kubernetes operations and how ...Apr 3, 2025·10 min read
Part 2: Secure Your EKS Cluster with IAM Users, Roles & RBAC – The Right Way!Add IAM User & IAM Role to AWS EKS Welcome to Day 2 of the Amazon EKS Production-Ready Series! In this tutorial, we’ll configure Role-Based Access Control (RBAC) by adding IAM users and roles that allow granular access to your EKS cluster. Whether it...Apr 2, 2025·5 min read