I need to Auto scale instance of AWS (kubernates instance) based on the kafka queue through which I'm publishing the messages.
Asked
Active
Viewed 129 times
1
-
post here what you tried till now and where you got stuck, so that we can help you out. – Gopi Apr 16 '20 at 08:42
-
you have option of using KEDA which is Kubernetes event driven auto scaling, it does support Kafka. https://keda.sh/docs/2.5/scalers/apache-kafka/ – Kalava Jan 17 '22 at 09:54