Hacker News new | ask | show | jobs
by kirillkosolapov 226 days ago
As the founder of a local cloud very similar to Heroku, I understand Heroku's limitations. It's a balance between control and convenience. The simpler everything is, the better it's suited for small projects, but the less control you have for complex projects. Unless you're just running a hobby project, you'll be using Kubernetes and similar services with full control and the complexity that comes with it. Heroku uses AWS, which means they can't make computations cheaper, otherwise the economics don't add up.

In my experience, we (I won't advertise) have prices several times lower, and we try very hard to accommodate more serious projects, but 99% of projects are small and consume less than 200 MB of RAM. This is simply the nature of this market and product.

2 comments

Is there some layers that run over kubernetes that makes it work similar to heroku in ease? That would either be the best or the worst of both worlds, unsure.
I’ll bite, what’s your product. I’m always interested in these types of platforms.