|
|
|
|
|
by petard
3783 days ago
|
|
We have been using Mesos+Marathon+Docker in production for more than year. Mesos has been very reliable, there are a lot of moving parts so it does take some effort to get everything going. Caveat: We only use it to run state-less applications. Applications like Kafka that require data persistence are run outside Mesos as data persistance is not yet handled reliably with Marathon. [1] http://datajet.io/One-year-with-Apache-Mesos-The-Good-The-Ba... |
|
Have you considered using some other tool there? I know there is a Kubernetes target for it. Of course, any non-GCE port of Kubernetes is in likely need of sponsorship/love. And of course, Kubernetes currently introduces some additional network overhead.
Still, it might be helpful there for handling problems like getting persistent storage mixed in.