what are some Applications usecases that scale on application level metrics? what are some Applications usecases that scale on application level metrics? kubernetes kubernetes

what are some Applications usecases that scale on application level metrics?


Sometimes you also would like to scale based on external factors, for instance:

  • scale based on the number of messages in a queue
  • scale based on the incoming traffic in another service

so you can predict an increase in your traffic and be preventive instead of reactive to the load.

Also no long time ago the scale based on memory consumption was not accurate so this used to be another use case.