DevOps Portfolio Dashboard

Automated CI/CD Pipeline Demo | GitHub Actions → GitHub Pages

Live Website Auto-Deploy CI/CD Pipeline 4 Projects

DevOps Portfolio Projects

Microservices CI/CD Pipeline

Eliminated manual deployments by building an end-to-end pipeline that takes code from commit to production in minutes. GitHub Actions triggers the chain, Jenkins runs tests, Docker containerises each service, Kubernetes orchestrates the rollout. Zero-downtime deployments with automated rollback on failure.

Jenkins Docker Kubernetes GitHub Actions
View on GitHub →

Kubernetes Monitoring Stack

Built a full observability platform so nothing breaks silently. Prometheus scrapes metrics, Loki aggregates logs, Grafana surfaces everything in real-time dashboards all deployed on Minikube via Helm. You know what's failing, where, and since when, before your users do.

Kubernetes Prometheus Grafana Loki
View on GitHub →

AWS Terraform Infrastructure

Provisioned production-grade AWS infrastructure entirely in code, no clicking through the console. A custom VPC with public and private subnets, EC2 instances behind an Application Load Balancer, and IAM roles scoped to least privilege. Reproducible in any region with a single terraform apply.

Terraform AWS EC2 ALB
View on GitHub →

Kubernetes Incident Response Engineering

Built a chaos engineering platform to prove that production systems hold under failure. LitmusChaos injects real failures pod kills, network latency, CPU saturation while Prometheus fires scoped alerts and k6 synthetic traffic measures user impact in real time. Every failure scenario is paired with a documented runbook mapping detection to recovery.

LitmusChaos Prometheus Alertmanager k6 Runbooks
View on GitHub →

DevOps Learning Tracker

487
Days Learning DevOps
4
Portfolio Projects
18
Technologies Mastered

CI/CD Pipeline Status

Code Push
Tests
Build
Deploy

Last deployed:

Technologies & Tools

Cloud Platforms

AWS Azure Minikube

Containers & Orchestration

Docker Kubernetes Helm

CI/CD & Automation

Jenkins GitHub Actions Terraform Ansible

Monitoring & Observability

Prometheus Grafana Loki Alertmanager

Chaos & Incident Response

LitmusChaos k6 Runbooks

Programming & Scripting

Python Bash YAML HCL

Version Control

Git GitHub