Recommendation of a service for running multiple instances of a program

5/22/2020

This is not a code question per se but I have probably an obvious question I have a golang program that users will need to login to that I need to have it launch it own separate instance each time a different user would login I know there are services out there that specialize in this sort of architecture I am not too familiar but I am pretty sure its Saas type deal.
Does anyone have any recommendations? Like Heroku or Lambda etc. Would I need to use container type system like Docker or Kubernetes?

-- 619trading
amazon-web-services
docker
heroku
kubernetes
lambda

0 Answers