|
|
|
|
|
by ej_campbell
3237 days ago
|
|
The Kubernetes folks talk about the differences here and how you could build Mesos apps in K8s:
https://github.com/davidopp/kubernetes/blob/87f2590f373306ea... The limitation of only being able to run Containers I think will be fleeting — as docker and alternatives mature, it really won't make sense to ever use anything else when trying to get the scale that Kubernetes and Mesos is going for by abstracting out the underlying hardware and providing a framework to run sophisticated apps on undifferentiated hardware. |
|
Disclosure: I work on Kubernetes at Google (and wrote the doc you linked to).