We are running istio 1.3 and found that on increasing thread greater than 1024 of our application we are getting performance block. As even if we tune our application to 2000 concurrent thread, still pod running on istio connect 1024 at a time, due to which we are facing performanc edegradation.
So want to check is there some properties through which we can increase the max concurrent connection limit for our side cars?
We are not using Gateway, but in 1.3 getting 503 for producer service, as producer service is running from more than 3000 threads and tried to connect to consumer.
@kuat will check with destination rule may be that will help.