Report this

What is the reason for this report?

Is kubernetes 20$ adapted to a system with 1000 concurrent users ?

Posted on May 30, 2020

Hi, I would like to know if Kubernetes with 4GB Memory and 2vCPUs can handle 1000 concurent users



This textbox defaults to using Markdown to format your answer.

You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!

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.

It depends the workload:

  • If you’re serving a static webpage, the $5 VPS will be sufficient.
  • If you’re streaming HD videos you’ll probably need a few more machines.

It depends, you’ll likely have to run some tests to find out.

If you’re serving the same static webpage, then definitely yes, and a $5 vps will be enough.

If you’re streaming HD video to each user, then definitely no.

This will depend on your application and the memory usage per user. I would try with a larger node to ensure stability then use monitoring tools like Prometheus to get a better understanding of your app’s average use cases during high and low traffic times. This should very easily show you what your application demands while not putting the stability of your application at risk. If you find it falls well within the amounts located on the nodes allocatable memory table (linked below) you could consider downsizing your nodes.

https://www.digitalocean.com/docs/kubernetes/#allocatable-memory

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.