Question
Is kubernetes 20$ adapted to a system with 1000 concurrent users ?
Hi, I would like to know if Kubernetes with 4GB Memory and 2vCPUs can handle 1000 concurent users
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×
Hi, I recommend using a load testing tool like Apache JMeter to determine whether or not a certain Kubernestes hardware configuration can support 1000 concurrent users. Also, this will provide some insight about your overall application architecture because all architectures may not suitable for certain types of workloads. In summary, the rule of thumb here is to always measure instead of guessing what will or will not work in production.
—
Think different and code well,
-Conrad