Back to Portfolio

DevOps Engineer

Current

🏒 Accenture · Enterprise Healthcare Project · Full-time

Mar 2024 – Present

Leading infrastructure automation and CI/CD operations for enterprise healthcare applications. Designing resilient, secure, and highly scalable cloud architectures on AWS while promoting DevOps best practices across cross-functional engineering teams.

πŸ› οΈ Live Interactive Enterprise CI/CD Pipeline Flow Active Simulator
πŸ“¦
Code Push
Triggers build
βš™οΈ
Jenkins Build
Checkout & compile
πŸ›‘οΈ
Security Scan
Trivy & SonarQube
🐳
Docker Build
Package image
☸️
EKS Deploy
Helm rollout
πŸ“¦

Step 1: Code Push (Trigger)

A code push to the main branch initiates the multi-branch pipeline workflow via an automated GitHub webhook.

// Core Achievements
  • CI/CD Pipelines: Architected end-to-end multi-branch Jenkins pipelines with shared libraries (Build β†’ SonarQube/Trivy Scans β†’ Docker Build β†’ EKS Deployment), slashing release cycles by 40%.
  • Infrastructure as Code: Provisioned scalable AWS environments (VPC, EC2, EKS, S3, IAM, Route53, Auto Scaling) using clean, modular Terraform with remote state management.
  • Container Orchestration: Managed Kubernetes clusters (EKS) utilizing Helm charts, and configured HPA, PV/PVC, ConfigMaps, Ingress, and Secrets across staging & production namespaces.
  • Security & Compliance: Integrated container vulnerability scanning (Trivy) and static analysis (SonarQube) as mandatory pipeline gates β€” zero critical CVEs in production.
  • Observability: Built Prometheus + Grafana monitoring stacks with custom dashboards and alerts, reducing production MTTR by 30%.
  • Configuration Management: Wrote modular Ansible playbooks for automated OS patching across 50+ Linux servers, eliminating 70% of manual server operations.
  • Incident Resolution: Led troubleshooting for complex production incidents (OOMKilled, CrashLoopBackOff, CNI/Ingress/DNS failures) during on-call rotation.
AWS EKS Terraform Jenkins Docker & Helm Prometheus & Grafana Ansible Linux SonarQube Trivy