-
-
Notifications
You must be signed in to change notification settings - Fork 164
Survey of Hosting Platforms aka Distributed OS
andychu edited this page Feb 15, 2025
·
7 revisions
Let's consider hosting platforms as distributed OSes, that mediate 3 things:
- Apps - code and data
- Hardware
- Users
-
"PaaS" and "serverless"
-
We're leaving out IaaS, because it's too low level
- AWS EC2 - Elastic Compute
- GCE - Google Compute Engine
- Azure
- Dokku
- Built on: Heroku Build Packs, Docker
- Kubernetes
- Built on: Docker
- Cloud Foundry
- what happened to this? Sponsored by VMWare
- https://tsuru.io/ - haven't heard of it
Older / Obsolete?
- RedShift
- Deis
- Flynn
- https://github.com/d2iq-archive/marathon - Marathon built on Apache Mesos
- CoreOS - this was only part of a solution
- Google App Engine
- Heroku
- Heroku Build Packs are Open Source
Survey of Integrated Language and OS Projects
Back to Surveys and Comparisons