Pr​ojects

Cloud Resume

01

My portfolio website is built on a sleek, serverless stack featuring API Gateway, AWS Lambda, and DynamoDB. I manage all the infrastructure with Terraform, and any updates to the frontend are effortlessly deployed through GitHub Actions, ensuring smooth and automatic deployments.

Deployed the 2048 Game on Amazon EKS with Fargate

02

Deployed the classic 2048 game on Amazon EKS with Fargate — fully serverless, exposed via ALB using AWS Load Balancer Controller. Built with Terraform, Helm, and Kubernetes.

High Availability Vault Cluster with NGINX Load Balancing (Dockerized)

03

Spin up 3-node HashiCorp Vault cluster with Raft and TLS, fronted by NGINX for seamless load balancing and automatic leader failover — all orchestrated with Docker Compose.

Ingress-controller

04

An Ingress Controller in Kubernetes routes external traffic to internal services using path or hostname rules, acting as a reverse proxy. It reduces the need for multiple LoadBalancers and external IPs while securing internal services.

Deploy a PHP website on Kubernetes cluster

05

Deploy PHP website on Kubernetes cluster using Apache as web server and Mysql for database