k8s-worker-pod-autoscaler icon indicating copy to clipboard operation
k8s-worker-pod-autoscaler copied to clipboard

Kubernetes autoscaler for the workers. Resource is called WPA. Queues Supported: SQS, Beanstalkd.

Results 22 k8s-worker-pod-autoscaler issues
Sort by recently updated
recently updated
newest added

I'm looking at using worker-pod-autoscaler as a means to scale our application based on an SQS queue. Overall it's been working well, indeed it behaves exactly as described in the...

enhancement

We have deployed WPA on AWS EKS and are using it with some success. We have typically tried running with a maximum of 10 pods (replicas) and all went well....

question

Hi Practo Team !! Is it possible to use two or multiples queues to check? Future planning to this feature?

enhancement

WPA is crashing and restarting sometimes with the nil pointer error ``` I0702 11:51:51.353487 1 controller.go:484] dev-call_otp_updater-crstg1 minWorkers=0, maxDisruptableWorkers=0 I0702 11:51:51.353505 1 controller.go:356] dev-call_otp_updater-crstg1: messages: 0, idle: 0, desired: 0...

bug

Redis Support @rdvs

enhancement

Hi, thanks for publishing this project. it's very useful. I found that I can edit the deployment "workerpodautoscaler" in kube-system namespace. Is it okay to edit the deployment directly? Or...

question

Used `k edit wpa -n ` to open the WPA spec in vim. Was able to set minReplicas to 10, and maxReplicas to 1 for the same pod.

bug

We have often see developer telling us the problems going on with WPA and then the first way to debug the issue is by going through WPA kubernetes logs for...

enhancement
good first issue

I've used worker-pod-autoscaler in AWS, and it works pretty well! thank you for the great work. is there any plans to add support to google cloud platform too?

enhancement