python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
HPA + Cluster Autoscaler not being cost efficient
while using both HPA and Cluster Autoscaler in Kubernetes, I have this scenario below.
Maximum 3 pods can fit into a single node. I have setup HPA min replica as 15, and max as 39. So, at first, I onl...

Piljae Chae
Votes: 0
Answers: 1
Prometheus metrics not generated
I am working with this example to make my NodeJs application expose Prometheus metrics. When I access the /metrics endpoint, I don't see output. I am new to Prometheus or for that matter custom metric...
cogitoergosum
Votes: 0
Answers: 1
Kubernetes HPA change polling interval
I use Horizontal Pod Autoscaler with External metric based on a value provided by DataDog agent
apiVersion: datadoghq.com/v1alpha1
kind: DatadogMetric
metadata:
name: queue-size
spec:
query: "...
Most Wanted
Votes: 0
Answers: 1
Is it possible to retrieve/log/monitor the kubernetes hpa controller recommendation map/list?
I'm currently troubleshooting the scaling behavior of some kubernetes deployments. I've configured the hpa with some scale down policies including the stabilizationWindowSeconds parameter. From the do...
mikel182
Votes: 0
Answers: 0