Here are the general steps to use Kubernetes-based Event Driven Autoscaler (KEDA) to autoscale a microservice in AKS based on the number of HTTP requests: Here is an example YAML...
KEDA may be the only option to use when you have multiple microservices that are processing messages from different message brokers such as Kafka, rabbitmq, sqs etc. If each service...
We will explore two ways to autoscale microservice hosted in AKS. You can either use Kubernetes Metrics Server or KEDA. Kubernetes Metrics Server To autoscale a microservice in AKS based...