|
|
|
|
|
by eljimmy
1380 days ago
|
|
Highly recommend checking out KEDA (https://keda.sh/) which leverages HPAs under the hood. If you need to scale based on some internal data like database records, Redis queues, Kafka topics, etc. KEDA scalers are incredibly easy to hook up to do that. You could even write your own custom scaler if there is no existing one for your type of event data source. |
|