-
Notifications
You must be signed in to change notification settings - Fork 127
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
reproducible benchmarks with Docker #28
Comments
I am not good at English.I apologize if there is an inappropriate expression. Is something you want like the one below? This is using Docker for Mac (using Kubernetes) , it can be reproduced with specific resource limitation. This sample is benchmark reproducible by executing the following.
I think you would not like it, but there are examples of using Kubernetes Service. If This is fix to the solution, I also make other case Dockerfile, Kubernetes Manifest file. |
@h-r-k-matsumoto Thanks a lot for the effort. My original thought is to dockerize it only without deploying to the Kubernetes cluster it cannot support the load for these high-performance servers. If Kubernetes is used, we need Consul for registry and discovery to keep the millions of requests per second. I am wondering if it is possible to just use docker without Kubernetes. Thanks. |
@stevehu Thank you for your reply.
If swarm mode is not a performance problem, you can use docker-compose. Additional notes:2018/11/26 12:19 UTC |
This is migrated from light-example-4j and the original issue is linked below.
We need to find a way to dockerize these benchmark implementations so that everyone can run them on their own hardware.
networknt/light-example-4j#18
The text was updated successfully, but these errors were encountered: