Hacker News new | ask | show | jobs
by austin-cheney 532 days ago
Why not run the database in a docker container, one for each client? They could even run on the same machine.
1 comments

That makes sense, I could add some code in the container that can communicate with private APIs in my servers. Is this standard practice or just an adhoc solution?
It’s the scenario Kubernetes was created for.
Thank you!