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 classic 2048 game on Amazon EKS with Fargate — fully serverless, exposed via ALB using AWS Load Balancer Controller. Built with Terraform, Helm, and Kubernetes.
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.
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 PHP website on Kubernetes cluster using Apache as web server and Mysql for database