AKS
What is Keda and how do I deploy it?
Reading Time: 4 minutesSo, what actually is keda? So, Keda or, Kubernetes-based Event Driven Autoscaler is a way for you to drive the scaling of any container in your kubernetes cluster based on a number of events (in my case messages on a RabbitMQ queue). This is achieved by two custom resources: ScaledObjects Read more…