practo / k8s-worker-pod-autoscaler

Kubernetes autoscaler for the workers. Resource is called WPA. Queues Supported: SQS, Beanstalkd.
https://medium.com/practo-engineering/launching-worker-pod-autoscaler-3f6079728e8b
Apache License 2.0
159 stars 31 forks source link

Does this support multiple SQS Queues monitoring? #149

Open SrikanthBhandary opened 1 year ago

SrikanthBhandary commented 1 year ago

For example:

I have the different namespaces in the cluster and there is an independent worker is running cosmnuming the different SQS .

Is there anyway to configure this?

justjkk commented 1 year ago

Hi @SrikanthBhandary,

Yes, you can create one WorkerPodAutoscaler object per worker/queue combination that you want to monitor.