Relative Content

Tag Archive for kubernetesautoscalingkeda

Querying number of replicas from application when auto scaling enabled

We have integrated auto-scaling to our kubernetes setup with KEDA. Currently we are using KEDA custom auto scalers as triggers for auto-scaling with our custom logic. We have a component which have specific requirement where it should know the count of its replicas available when component is starting. I need a way to implement this. This should work for both statefulsets and deployments. Please add a comment if you need more information