Create HPA with Custom Metrics pulled through Instrumented metric
Explore how to use custom metrics collected via Prometheus instrumentation for Kubernetes Horizontal Pod Autoscaler (HPA). Understand setting up metric queries, defining HPA targeting specific resources like Services, and testing autoscaling behavior inside a cluster.
We confirmed that Prometheus' metrics, fetched by Prometheus Adapter and converted into Kubernetes’ custom metrics, can ...