I have micro service deployed on Kubernetes cluster. I want to know the maximum amount request per seconds it can serve.
So I want to learn the method, how can I evaluate the max rps, any help welcome
- I tried locust python lib
- And postman (but it have limits)