Fig / Docker-Compose-like JSON to feed into Mesosphere/Marathon to setup Multi-Tier Application
NickName:user2362699 Ask DateTime:2015-05-02T02:52:28

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 compose when there is one yaml file describing applications to deploy and their dependency and etc ?

Thanks!!

Alex

Copyright Notice:Content Author:「user2362699」,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/29993194/fig-docker-compose-like-json-to-feed-into-mesosphere-marathon-to-setup-multi-t

More about “Fig / Docker-Compose-like JSON to feed into Mesosphere/Marathon to setup Multi-Tier Application” related questions

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

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

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

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

How to list Docker containers of a Mesos Marathon Application?

I understand the basic concepts of running a Docker container on Mesos with this and this as an Marathon application. I have two questions: Does Mesos/Marathon has a REST API to list Docker contai...

Show Detail

Deploying/Updating Marathon Docker image using API

I am writing code to update deployed image on marathon automatically. I use the REST patch method as listed in marathon API reference http://mesosphere.github.io/marathon/api-console/index.html ...

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

local-universe, mesosphere, dc/os

I actually wanted to deploy mesosphere-universe locally with some custom packages added to it and so followed the same steps described in https://github.com/mesosphere/universe below are the st...

Show Detail

Problem in enable Authenticate Mesos APIs in Mesosphere/ DCOS

Authentication is not enable for Mesos APIs by default. After Install DCOS I want config Mesos API Authentication on it. I'm going to set authentication for mesos APIs like : register_frameworks,

Show Detail

Marathon - do not redeploy app when return code = 0?

We have a spring boot application deployed in a docker container and managed using mesosphere (marathon + mesos). The spring boot app is intended to be deployed via marathon, and once complete, it ...

Show Detail