Share Sampatti progress Update: Monitoring + Auto-scaling Setup
- just kunal
- Jul 29
- 1 min read
Hello 2025,
share sampatti progress Update: Monitoring + Auto-scaling Setup
I’ve successfully set up Prometheus + Grafana for monitoring my website hosted on Kubernetes. The dashboards are up and running!

The next challenge:
I want to trigger alerts and automatically scale pods based on metrics like CPU or request rate. I’m exploring options like:
Prometheus Alertmanager
KEDA (Kubernetes-based Event Driven Autoscaler)
HPA (Horizontal Pod Autoscaler) with custom metrics
Is this the right path? Are there other tools or patterns I should consider to handle auto-scaling more efficiently?




Comments