29 May 2024 01:58 PM
I'm looking to dashboard health and scalability of pods for app teams. I'm having trouble finding HPA configurations such as minReplicas and maxReplicas. If these are captured, what is the metric name?
Solved! Go to Solution.
30 May 2024 08:42 PM - edited 30 May 2024 08:49 PM
Unfortunately, there's a limitation in that regard for HPA metrics in K8s.
Here's some insight regarding this topic.
Dynatrace University (min 34:00): Kubernetes Resiliency and Costs with Dynatrace | On Demand | Dynatrace University
YT Link: https://youtu.be/aR_UxXvIidM?si=DxKreJoaBjHIY65h&t=2058
31 May 2024 01:39 PM
HPA metrics are available via the kubernetes object state api, see link below. Per this documentation the min/max replicas is stable. I'll create an RFE as this would be invaluable for quick glance scale.