k8s-prom-hpa icon indicating copy to clipboard operation
k8s-prom-hpa copied to clipboard

Kubernetes Horizontal Pod Autoscaler with Prometheus custom metrics

Results 27 k8s-prom-hpa issues
Sort by recently updated
recently updated
newest added

About the how-to in Readme. I thought that it would be better to include the procedure of deleting the old HPA. https://github.com/stefanprodan/k8s-prom-hpa#auto-scaling-based-on-custom-metrics ```md Deploy the podinfo HPA in the default...

when finished it , I curl kubectl get --raw /apis/custom.metrics.k8s.io/v1beta1 | jq and get { "kind": "APIResourceList", "apiVersion": "v1", "groupVersion": "custom.metrics.k8s.io/v1beta1", "resources": [] } the resources is nothing. From the...

Hi Stefan, First of thank you for providing custom metrics dependencies which is working fine for us. But we need to enrich small code into this to use. currently this...

Warning FailedGetResourceMetric 4s (x2 over 34s) horizontal-pod-autoscaler unable to get metrics for resource memory: no metrics returned from heapster Warning FailedComputeMetricsReplicas 4s (x2 over 34s) horizontal-pod-autoscaler failed to get memory...

Hello, I'm running kubernetes 1.10, and followed instruction here and installed metrics server, custom-metrics-api, and prometheus. I'm able to do autoscaling based on http_requests, but i can not do that...

In your ReadMe, you have demoed a way to fetch any custom metrics related to Pod. How do i fetch the same for other services such as nodes,replications etc ?...

Hi, I am building custom metrics server by following this github instructions. Thanks. It works. Now, I would like to deploy node_exporter from https://github.com/coreos/prometheus-operator/tree/master/contrib/kube-prometheus/manifests/node-exporter to get node level information, but...