|
|
|
|
|
by rdli
1934 days ago
|
|
Assuming you’re a company (as opposed to an individual), if you want a PAAS, there are a few different options that in my view are sustainable which I think is the key criteria for adopting something for your platform. - Heroku. Sure it’s a bit expensive but it’s still super easy if you’re a dev.
- OpenShift. If you’re a really big enterprise, OpenShift is a reasonable choice for PAAS. But only if you’re huge.
- Kubernetes. Yes, it’s complicated. Yes, it has a steep learning curve. But it’s open source, has a huge and growing ecosystem, and it has less lock in than any other PAAS-like thing that I can think of. The main downside of Kubernetes beyond its complexity is that you still have to build abstractions on top of it for your developers. But that world is improving regularly. |
|
Watching and waiting for https://render.com to mature a little as it seems slightly better value.