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