Questions tagged [marathon]

Marathon is an Apache Mesos framework for long-running services.

Marathon is a Mesos framework for long-running services.

Marathon provides a REST API for starting, stopping, and scaling services. Marathon is written in Scala and can run in highly-available mode by running multiple Marathon instances.

Marathon is a meta framework: you can start other Mesos frameworks such as Chronos or Storm. It can launch anything that can be launched in a standard shell. In fact, you can even start other Marathon instances via Marathon.

Download, Project, Community.

523 questions
3
votes
2 answers

Private networking necessary for Mesos and Marathon?

I am working through this tutorial: http://mesosphere.io/docs/getting-started/cloud-install/ Just learning on an Ubuntu instance on Digital Ocean, I let the master process bind to the public IP, and the Mesos and Marathon web interfaces became…
Peter Becich
  • 989
  • 3
  • 14
  • 30
3
votes
1 answer

mesos marathon not sending http callbacks

I have successfully created and run tasks on mesos using marathon. However, marathon is supposed to support http callbacks when you start it using --event_subscriber http_callback --http_endpoints http://myip:3000/endpoints However, this does not…
Justin Wood
  • 9,941
  • 2
  • 33
  • 46
2
votes
3 answers

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 Slave -> Runs Mesos-slave This is my provisioning…
Cristian
  • 370
  • 3
  • 8
2
votes
1 answer

Prometheus dynamic port service discovery with Marathon/Mesos

I've been unable to find an answer to this after days of Googling. I have a service running in Marathon/Mesos. I have a Prometheus cluster scraping metrics. My Marathon metrics port config looks like this: { "containerPort": 8081, "hostPort":…
stuart
  • 1,005
  • 1
  • 10
  • 18
2
votes
0 answers

Marathon on mesos failed to update resources for container

I'm want to running docker container on marathon. (Both Mesos and Marathon are run on docker.) When i run image directly by docker run command, it's all fine and work. But when run image by marathon, it killed after a minute (60 secs), and then…
Rick
  • 21
  • 5
2
votes
2 answers

unable to access helloworld App deployed using DCOS Marathon in Azure

I have deployed a hello world application in Azure using DCOS and Marathon Framework.I am trying to access that using fqn: portnumber at which the application is hosted. I am unable to open the application Following is the json I have used { …
2
votes
2 answers

Marathon exited with status 1

I am installing mesosphere on ubuntu 16.04 xenial .zookeeper and mesos-master and mesos-slave are running fine ,while starting marathon I am getting this issue . Required option 'master' not found .I have created folder in /etc/marathon/conf .These…
Chintamani
  • 1,076
  • 7
  • 23
  • 47
2
votes
3 answers

Passing custom parameters to docker when running Flink on Mesos/Marathon

My team are trying set-up Apache Flink (v1.4) cluster on Mesos/Marathon. We are using the docker image provided by mesosphere. It works really well! Because of a new requirement, the task managers have to launched with extend runtime privileges. We…
O Phiradet
  • 23
  • 3
2
votes
1 answer

while start marathon , exited with status 1

24 15:28:57 ivum01-HP-Pro-3330-SFF systemd[1]: marathon.service: Main process exited, code=exited, status=1/FAILURE Jan 24 15:28:57 ivum01-HP-Pro-3330-SFF systemd[1]: marathon.service: Unit entered failed state. Jan 24 15:28:57…
Chintamani
  • 1,076
  • 7
  • 23
  • 47
2
votes
1 answer

How to Create Custom Events for Python Asyncio

The Mesos scheduler Marathon has an asynchronous HTTP API. E.g. when one deploys an app by posting a JSON to /v2/apps a deployment id is returned. The id can then be used to either poll the deployment state in /v2/deployments or by subscribing to…
Karsten
  • 882
  • 6
  • 18
2
votes
1 answer

Azure Cloud App ERR_CONNECTION_TIMED_OUT

I would like to deploy a container based app in azure container service, and followed this tutorial. https://learn.microsoft.com/en-us/azure/container-service/dcos-swarm/container-service-mesos-marathon-ui Everything went well except that the public…
2
votes
1 answer

Passing 'Docker Run' Options to Mesos/Marathon/Chronos

I am trying to run my containers in mesos and outputting all logs to Cloudwatch. According to Docker documentation, I should pass the following to 'docker run': --log-driver=awslogs --log-opt awslogs-region=us-east-1 --log-opt…
2
votes
1 answer

Marathon says Docker in waiting state, docker engine says container is running

I have a Marathon-Mesos-Docker in an inconsistent state where Marathon says the task is in a Waiting state, Mesos keeps trying to restart the task, but the container is actually running in Docker. Anyone else seen this and, if so, what you did to…
hokiegeek2
  • 303
  • 3
  • 7
2
votes
0 answers

Gather prometheus metrics on DCOS

I used DCOS with marathon. Every docker application provides metrics on /prometheus endpoint. I need to separate metrics for every docker instance. I tried to deploy prometheus server with config: scrape_configs: - job_name: fodel_api …
Nikita
  • 4,435
  • 3
  • 24
  • 44
2
votes
1 answer

How to configure subdomain for Azure DCOS?

I've installed my application on azure DCOS container service. I use marathon-lb to map docker containers to the external point. Config looks like: "labels":{ "HAPROXY_GROUP":"external", …
Nikita
  • 4,435
  • 3
  • 24
  • 44