// experiments & projects

DevOps Lab πŸ§ͺ

A showcase of infrastructure projects, architecture patterns, and DevOps experiments. Where theory meets production.

10+
Years in DevOps
50+
Systems Managed
5
Cloud Platforms
∞
Pipelines Built
// featured projects
☸️
Kubernetes Multi-Cluster Management

Designed and operating multi-region Kubernetes clusters on GKE for DigitalOcean, with custom autoscaling and zero-downtime deployments.

KubernetesGKEHelmIstio
Live at DigitalOcean
πŸ—οΈ
Terraform AWS Infrastructure as Code

Full IaC library for provisioning VPCs, EKS clusters, RDS instances, and CloudFront distributions. Modular, reusable, state-managed.

TerraformAWSS3 BackendModules
Production
βš™οΈ
Ansible Automation Platform

Comprehensive Ansible role library for configuring Linux servers, deploying applications, and managing secrets with Ansible Vault.

AnsibleRolesVaultAWX
GitHub
πŸš€
CI/CD Pipeline Automation

End-to-end GitHub Actions pipelines with automated testing, Docker builds, ECR push, and rolling Kubernetes deployments.

GitHub ActionsDockerECRK8s
Production
πŸ€–
MT5 Trading Bot (MQL5)

Automated MetaTrader 5 trading bot implementing a 15-minute timeframe strategy with risk management and position sizing logic.

MQL5MetaTrader5Automation
Active
πŸ“Š
Observability Stack

Full observability setup with Prometheus, Grafana, and alerting rules. Custom dashboards for Kubernetes resource monitoring and SLA tracking.

PrometheusGrafanaAlertmanager
In Progress
// tech radar
● Adopt
Kubernetes
● Adopt
Terraform
● Adopt
Ansible
● Adopt
AWS
● Adopt
Docker
● Adopt
GitHub Actions
β—‘ Trial
ArgoCD
β—‘ Trial
Crossplane
β—Ž Assess
OpenTofu
β—Ž Assess
Pulumi
// reference architecture
AWS High-Availability Web Application
Multi-AZ, Auto Scaling, CDN β€” a pattern I've implemented multiple times in production
Users β”‚ β–Ό [ CloudFront CDN ] ←── S3 (static assets) β”‚ β–Ό [ Route 53 ] ←── Health Checks β”‚ β–Ό [ Application Load Balancer ] ←── WAF / Shield β”‚ β”‚ β–Ό β–Ό [ EC2 AZ-1 ] [ EC2 AZ-2 ] ←── Auto Scaling Group β”‚ β”‚ β””β”€β”€β”€β”€β”€β”€β”¬β”€β”€β”€β”€β”€β”€β”€β”˜ β–Ό [ RDS Multi-AZ Primary ] ──► [ RDS Standby ] β”‚ β–Ό [ ElastiCache ] ←── Session / Cache Layer β”‚ β–Ό [ CloudWatch ] + [ SNS Alerts ] ←── Monitoring & Alerting