Home > Software design >  Azure Kubernetes Service Scaling and HPA
Azure Kubernetes Service Scaling and HPA

Time:06-17

Is there a way that "request per second" based scaling can be enabled on Azure Kubernetes Service?

HPA in AKS does allow horizontal pod scaling based on CPU and Memory constraints but there is no straightforward way to do it for - requests per second. Is there a way to use advanced metrics in the metrics server bundled by AKS?

CodePudding user response:

If you use enter image description here

Reference : https://docs.microsoft.com/en-us/azure/aks/concepts-scale

  • Related