Portfolio Projects
Hands-on cloud and DevOps projects with full briefs - what to build, what to deliver, and what to say about it in your next interview.
Deploy a Containerised App to EKS with GitHub Actions
Build a complete end-to-end CI/CD pipeline: Dockerise an app, push images to ECR, deploy to EKS with rolling updates, and automate everything with GitHub Actions.
Best for: Cloud/DevOps Engineer, Platform Engineer
Production-Ready AWS VPC with Terraform
Build a reusable Terraform module for a three-tier AWS VPC: public subnets for load balancers, private app subnets, and private database subnets - with remote state and least-privilege security groups.
Best for: Cloud/DevOps Engineer, Cloud Architect, Platform Engineer
Kubernetes Observability Stack with Prometheus and Grafana
Deploy a production-grade observability stack on Kubernetes: Prometheus for metrics, Grafana for dashboards, and Alertmanager for notifications - with SLO-based alerts and runbooks.
Best for: Site Reliability Engineer, Platform Engineer, Cloud/DevOps Engineer
GitOps Multi-Environment Deployment with ArgoCD
Implement a GitOps workflow using ArgoCD to manage dev, staging, and production deployments. Git becomes the single source of truth - every config change flows through a PR, and ArgoCD applies it automatically.
Best for: Platform Engineer, Cloud/DevOps Engineer, Site Reliability Engineer