Does Mesosphere Marathon run native Linux applications?
NickName:user1340582 Ask DateTime:2015-02-27T18:21:57

Does Mesosphere Marathon run native Linux applications?

Marathon is keen on advertising that Marathon runs Docker, but there is nowhere implicitly defined what exactly Marathon can run. Does Marathon run native Linux applications? Can I run JBoss on Marathon and it will automatically offer HA and optimized resource (Task) allocation?

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/28762716/does-mesosphere-marathon-run-native-linux-applications

Answers
js84 2015-02-27T11:34:29

From the marathon github page:\n\n\n It can launch anything that can be launched in a standard shell \n\n\nFor the second part (i.e. JBoss HA) it depends on your definition of JBoss. Marathon will ensure that are n instances of Jboss are running and if one fails start a new instance.\nDoes this answer your question?",


More about “Does Mesosphere Marathon run native Linux applications?” related questions

Does Mesosphere Marathon run native Linux applications?

Marathon is keen on advertising that Marathon runs Docker, but there is nowhere implicitly defined what exactly Marathon can run. Does Marathon run native Linux applications? Can I run JBoss on Mar...

Show Detail

List all images in Mesosphere/Marathon

I am using Mesosphere Marathon. ON Mesos we host our container application. The number of applications are more. Is there a way we can list down all the container images which are being used in my ...

Show Detail

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

Configure Prometheus nginx exporter on mesosphere DCOS cluster using marathon

I have followed steps given in https://github.com/discordianfish/nginx_exporter to set up a docker container for nginx exporter. Now I want to install the docker container for nginx using maratho...

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

Fig / Docker-Compose-like JSON to feed into Mesosphere/Marathon to setup Multi-Tier Application

Does anyone know if it is possible to setup a JSON file to feed into Mesosphere/Marathon to deploy multi-tier application with application dependency? Something along the lines of fig or docker com...

Show Detail

Akka and Docker on Marathon

I have a setup on Mesosphere that uses Marathon to deploy Docker applications. Now each of the Docker applications is a Play application that relies heavily on Akka remoting. What Marathon does with

Show Detail

Using the Marathon REST API to update a configuration

Using cURL I want to modify the number of instances a group has by passing a json file to update the config. The way my groups are set up looks something like this: 'marathon > applications >

Show Detail

Mesosphere inter-service communication using Marathon

I'm currently looking into Mesosphere DCOS to run multiple micro-services using Docker containers. Each micro-services code is already built by my CI into a docker container and uploader to a private

Show Detail

Why does Marathon scheduler restart deployments upon restarting marathon service?

I was testing my job in marathon scheduler and observed that marathon scheduler restarts my completed job upon restarting marathon service(systemctl restart marathon.service). Not sure if i am miss...

Show Detail