Hacker News new | ask | show | jobs
by cobookman 3400 days ago
Have you looked into Appengine Flex. Appengine flex is a PaaS like heroku, and will scale up any docker container. Its a great solution for your early days, and when you do need to move to a 1000+ node cluster its easy to switch from Appengine Flex to kubernetes. You also might get a lot of free startup credits https://cloud.google.com/developers/startups/

(Disclaimer, I work for Google).

[1] https://cloud.google.com/appengine/docs/flexible/

2 comments

I haven't, but I'll check it out. Seems like it's still beta? (says not to use in production)
You should mention Python 3 support specifically.