π DevOps Projects
Real-world infrastructure Iβve built and optimized β focusing on automation, cloud-native tooling, and secure, scalable design. These are just a few examples of the work I’ve done.
βοΈ EKS Provisioning with Terraform
π’ The PokΓ©mon Company
Provisioned and automated EKS clusters across environments using Terraform.
π‘ Highlights:
- Built reusable Terraform modules for EKS provisioning
- Automated multi-environment cluster creation (dev, staging, prod)
- Managed worker node groups, OIDC provider, and autoscaling
π Result: Reduced manual cluster setup time and improved standardization across environments
π’ Migration to Amazon EKS
π’ Cox Automotive
Modernized deployments from EC2 to Kubernetes, cutting costs and boosting agility.
π‘ Highlights:
- Containerized apps with Docker
- Built custom Helm charts for multi-env (dev/staging/prod)
- GitLab CI pipeline: build β push to ECR β deploy via Helm
- Configured NGINX Ingress + Route 53 DNS
π Result: Saved ~$150K/year and reduced provisioning time by 28%
π CI/CD Automation at Scale
π’ Cox Automotive
Designed flexible GitLab CI pipelines tailored to multiple branches and stages.
π‘ Highlights:
- Dynamic pipelines per branch (
main,staging,feature/*) - Helm templating for environment-specific values
- Built-in quality gates: linting, testing, and approval
π Result: Cut deployment time by 35% and reduced human errors by 30%
π³ Containerization & Image Automation
π’ Cox Automotive
Docker-first workflows with automated image building and publishing.
π‘ Highlights:
- Created and optimized Dockerfiles for app containerization
- Automated Docker image builds using GitLab CI pipelines
- Stored images in AWS ECR with version tagging and cleanup
π Result: Streamlined container lifecycle and improved CI efficiency
π οΈ Secure GitLab Runners in EKS
π’ Cox Automotive
Self-hosted GitLab runners built with best-practice security in mind.
π‘ Highlights:
- Deployed GitLab runners inside EKS
- Integrated Kubernetes service accounts and IAM roles via IRSA
- Enforced RBAC and isolated execution environments
π Result: Improved pipeline performance and met internal security requirements
π‘οΈ Secure Infrastructure as Code
π’ Cox Automotive & π PokΓ©mon Company
Security-first Terraform modules for multi-cloud environments.
π‘ Highlights:
- Provisioned MySQL, PostgreSQL, and DocumentDB with multi-AZ failover
- Enabled detailed CloudWatch metrics and backups
- Integrated Secrets Manager and CSI driver for runtime secret access
π Result: Hardened infrastructure and improved audit/compliance readiness
π Observability Stack in Kubernetes
π’ The PokΓ©mon Company
Brought end-to-end observability into Kubernetes workloads.
π‘ Highlights:
- Prometheus + Grafana for system & app metrics
- EFK stack: Fluentd β Elasticsearch β Kibana
- Custom alert rules with thresholds and Slack/email notifications
π Result: Faster incident response and better visibility for dev teams
π Secrets Management in Kubernetes
π’ The PokΓ©mon Company
Implemented secure credentials handling using AWS services.
π‘ Highlights:
- Integrated AWS Secrets Manager into EKS with OIDC
- Deployed CSI driver for pod-level secret injection
- Applied fine-grained access control with IAM and IRSA
π Result: Reduced risk and improved compliance posture
π Ingress & TLS Management
π’ The PokΓ©mon Company
Configured routing and encryption for Kubernetes workloads.
π‘ Highlights:
- Deployed and managed NGINX Ingress Controller
- Handled Route 53 DNS records and routing policies
- Used ACM and Cert Manager for TLS automation
π Result: Secured public endpoints and simplified certificate renewals
π AWS Resource Management & Optimization
π’ The PokΓ©mon Company
Managed a wide array of AWS services for better performance and cost-efficiency.
π‘ Highlights:
- Maintained and optimized S3, Lambda, VPC, ELB, RDS, ASG, SNS
- Improved monitoring setups using CloudWatch
- Tuned network, access, and resource utilization
π Result: Better cloud visibility and improved overall infrastructure hygiene
π High-Availability 3-Tier Web Stack
π» Personal Project
Resilient architecture with graceful static failover.
π‘ Highlights:
- S3 + CloudFront for global, fast frontend delivery
- Lambda fallback redirect in case of backend outage
- Route 53 DNS failover + HTTPS with ACM
π Result: Seamless user experience and robust fault-tolerance
βοΈ Each project reflects my approach to DevOps: automation-first, security-focused, and developer-friendly.