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?