python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Kubernetes customized controller for collaborated auto scaling
I am very new to Kubernetes CRD and customized controller. I am trying to implement a customized controller that horizontally scale my CRD instances in a collaborated way. For example, suppose I have ...
Irvin Liang
Votes: 0
Answers: 1
Kubernetes hpa with external metric. My external metric is not returning correct value
I want to scale my worker pods using HPA based on the total number of outstanding messages across all AWS SQS queues. Since there is no such metric available, I created a custom metric using lambda fu...
Aman Deep
Votes: 0
Answers: 1
How to configure Horizontal Pod Autoscaler to fit pods to a node?
I have a diverse set of artifacts that require processing and a non-homogenous computing environment, e.g. - some inputs are large and take a long time and lots of memory, others are small so take a s...

Adam Miller
Votes: 0
Answers: 0