Mesos applications, why not use Marathon for everything?
NickName:user1340582 Ask DateTime:2015-02-20T06:51:03

Mesos applications, why not use Marathon for everything?

I see Mesosphere building all kinds of applications on the Mesos Framework like Hadoop, Kubernetes, etc. but since there is the Marathon applications for long-running services, why not just use that? E.g. why not setup Kubernetes nodes on a bunch of Marathon services? Why implement Kubernetes directly on Framework API? Because scheduling is more efficient that way? Same question goes for Jenkins implementation, why not just run Jenkins master/slaves on top of Marathon...

Copyright Notice:Content Author:「user1340582」,Reproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/28618555/mesos-applications-why-not-use-marathon-for-everything

More about “Mesos applications, why not use Marathon for everything?” related questions

Mesos applications, why not use Marathon for everything?

I see Mesosphere building all kinds of applications on the Mesos Framework like Hadoop, Kubernetes, etc. but since there is the Marathon applications for long-running services, why not just use tha...

Show Detail

Mesos / Marathon Roles and Applications

I want to run a Mesos/Marathon cluster with a mix of public and private apps. It seems like it should be possible to leverage roles for this, but I'm not having success. As a proof-of-concept, I ...

Show Detail

Marathon (Mesos) - Stuck in "Loading applications"

I am building a mesos cluster from scratch (using Vagrant, which is not relevant for this issue). OS: Ubuntu 16.04 (trusty) Setup: Master -> Runs ZooKeeper, Mesos-master, Marathon and Chronos Slav...

Show Detail

Sample Mesos marathon setup

I am trying to setup one single mesos master, mesos slave and a marathon instance using docker compose. Mesos master and slave starts up without any issues but it's throwing error at marathon start...

Show Detail

Marathon loses control over Mesos when Marathon and Mesos leaders mismatch

When mesos or marathon service restart due to some reasons and leader of mesos and marathon is not on the same machine, deployments stuck in marathon and nothing happens in mesos, that leads to ter...

Show Detail

Bamboo Mesos Marathon

I'm trying to setup Bamboo (https://github.com/QubitProducts/bamboo) for my Mesos and Marathon cluster. Currently, my marathon instance is running with the following parameters:

Show Detail

Apache Mesos,MESOS-DNS, MARATHON and Docker

In my environment running mesos-slave, mesos-master marathon and mesos-dns in standalone mode. I deployed mysql app to marathon to run as docker container. MySql app configurations as follows. {...

Show Detail

Deploying Mysql on Mesos using Marathon

I have a mesos cluster with marathon and everything running in docker. I want to deploy production mysql and mongodb servers and am trying to figure out the best way to do service discovery. Optio...

Show Detail

Limitations in Mesos and Marathon Regarding Docker

We have this scenario. We have 3/3 master/slave arch for Mesos. Each sleeve is identical, 4GB RAM and 4 Core CPUs. We have started 10 marathon Apps with 1core CPU and 1GB RAM. We started the

Show Detail

Marathon does not register with Mesos

I'm trying to setup a cluster using Mesos Zookeeper and Marathon. I've done some initial setup following the docs in each website. I'm using a virtual box which runs Ubuntu 16.0.4 to run the whole...

Show Detail