Projects
Here are some of the projects I've worked on recently. Each project includes a short description and relevant links.
Creating an EKS Cluster with ALB Controller using Terraform Modules
Jan 2024
- VPC creation using Terraform modules.
- EKS cluster provisioning with modular Infrastructure as Code (IaC).
- IAM user & role setup for secure EKS access.
- Cluster Autoscaler for resource utilization.
- AWS Load Balancer Controller for traffic management.
Buildpacks with ArgoCD
Used Cloud Native Buildpacks with ArgoCD to simplify containerization and automated deployment without writing Dockerfiles. Improved delivery speed and reduced image configuration complexity.
GitHub Repo
Automated VPC Deployment with Terraform and GitHub Actions
Nov 2023 - Dec 2023
Streamlined VPC creation using Terraform modules and GitHub Actions. Enabled version-controlled automation for reproducible and efficient infrastructure provisioning.
End-to-End CI/CD with Jenkins and Deployment to EKS using ArgoCD
Built a complete CI/CD pipeline using Jenkins for build and test automation, Docker for containerization, and ArgoCD for deploying workloads into Amazon EKS clusters with GitOps best practices.
GitHub Repo