Kubernetes Resource Monitor & Cost Estimator

A real-time monitoring system in Go using client-go to track Kubernetes pod resource requests. A background goroutine collects metrics every 10 seconds, storing historical data in PostgreSQL via GORM for cost estimation and analysis.

Go Kubernetes PostgreSQL Docker client-go GORM

Multi-Region Disaster Recovery Platform

This project shows how to design and build a resilient, multi-region AWS infrastructure using Terraform. The setup follows a Warm Standby (Active-Passive) model, acting as the base layer for a proper Disaster Recovery (DR) platform.

AWS Terraform PostgreSQL