For workloads that don't receive ingress traffic, like a Kafka consumer, is there an external way to signal that a pod should be reanimated to, in this example, process messages in a Kafka queue? I'm already using Keda ScaledObject to horizontally scale, but it would be nice to not need to ever terminate the pods.
For workloads that don't receive ingress traffic, like a Kafka consumer, is there an external way to signal that a pod should be reanimated to, in this example, process messages in a Kafka queue? I'm already using Keda
ScaledObjectto horizontally scale, but it would be nice to not need to ever terminate the pods.