DEV Community

Discussion on: How do you scale a nodejs real-time API to concurrently serve a million users?

Collapse
 
presto412 profile image
Priyansh Jain

So container management with kubernetes will avoid single points of failure, and this I'll have to integrate with my load balancer and process manager right?
On a side note, are there any good methods to identify the ideal amount of RAM and processing power i should deploy with my servers, to optimise costs? Are there any metrics?