Selected Projects.

A deep dive into complex infrastructure challenges I've solved. Focusing on automation, high availability, and cloud-native excellence.

Infrastructure & DevOps

Zero-Downtime Kubernetes Migration

Migrated a legacy monolithic application to a production-grade EKS cluster. Implemented ArgoCD for GitOps and Istio for service mesh observability.

AWSKubernetesArgoCDTerraform
Impact: 99.99% Availability & 40% reduction in deployment time.

$ terraform plan

Plan: 14 to add, 0 to change, 0 to destroy.

$ kubectl get pods -n production

NAME: api-v2-76fb568-x9z STATUS: Running

_

Cloud Governance

Global IaC Governance Framework

Developed a standardized Terraform module library used across 20+ departments to ensure security compliance and cost optimization on Azure.

AzureTerraformGitHub ActionsCheckov
Impact: Full compliance with ISO 27001 standards across all cloud assets.

$ terraform plan

Plan: 14 to add, 0 to change, 0 to destroy.

$ kubectl get pods -n production

NAME: api-v2-76fb568-x9z STATUS: Running

_