Controlling concurrent requests to a pod

Hi,

Is it possible to use Istio to limit the number of concurrent requests handled by each pod in a service?

I basically want to reproduce the behaviour of a FaaS platform - each pod should never be handling more than one requst at a time.

Thanks