I would to limit each pod connection .
I have around 200k websocket connections and I would like limit connection on each pod to 2,4k because the application behind can`t use more.
It`s possible with Istio and Circuitbreaker ?
Mayby with connectionPool, I will test, but if anyone has already test.
Thx for replys.