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
0
votes
0 answers

Deploying one instance of Docker container on Apache Mesos/Marathon

I have tried using Marathon framework to deploy only one instance of MySQL container on the web UI to test the functions of Apache Mesos. The problem is that it run and deployed so many containers at a time even though I've stated only one instance.…
Hans
  • 451
  • 1
  • 6
  • 20
0
votes
1 answer

MESOS / MARATHON / DOCKER - Docker started is wrong & Port Forwarding

I'm a bit new to Mesos / Marathon and I try to integrate it with my Docker Images. So far : Mesos 0.21 for slave & master / Marathon 0.7.5 and of course, Zookeeper. I succeed on adding with curl my docker images but, unfortunately, I have 2 main…
aorfevre
  • 5,034
  • 3
  • 21
  • 51
-1
votes
1 answer

appId: error.pattern when create application in Marathon

I'm trying to create an application in Marathon using web console. Here is the JSON file: { "id": "TestSpringApplication", "cmd": "/usr/bin/java -jar -Dspring.profiles.active=test /spring-boot-rest-example-0.5.0.war", "cpus": 1, …
Chuong Nguyen
  • 1,077
  • 6
  • 15
-1
votes
2 answers

How to transform kubernetes YAML file into DC/OS JSON

I have to deploy a Kubernetes YAML file to DC/OS marathon. I haven't found how to transform Kubernetes YAML into JSON used on DC/OS, especially since there are YAMLs of various kinds, for example: DaemonSet, Service, PersistentVolume, StatefulSet,…
strangedeveloper
  • 177
  • 1
  • 2
  • 6
-1
votes
1 answer

How Docker will resolve hostname or IP present in properties file?

I have 2 Spring Boot micro-service applications i.e web application and metastore application. This is the properties file for my web application. spring: thymeleaf: prefix: classpath:/static/ application: name: web-server profiles: …
Chintamani
  • 1,076
  • 7
  • 23
  • 47
-1
votes
1 answer

DC/OS vs just plain Mesos+Marathon

we are looking to build a cluster of Compute Nodes for Deep Learning model training jobs, some of them on the cloud and others locally, that have NVIDIA GPUs in them. We felt that using Mesos and the framework Marathon (M&M) would be our best…
-1
votes
1 answer

Getting error while running the Mesos container in mesos cluster using marathon

"container": { "type": "MESOS", "docker": { "image": "redis", "forcePullImage": false } } The above example has the container type as Mesos..but again specifying "docker" image... for using universal container or mesos…
User12345
  • 455
  • 2
  • 10
  • 21
-1
votes
1 answer

What to use to orchestrate a few long running web services on few machines?

Investigating the possibilities, i am quite confused what is the best tool for us. We want to deploy a few web services, for start a gitlab and a wiki. The plan is to use docker images for these services and to store the data externally. This…
MaxNoe
  • 14,470
  • 3
  • 41
  • 46
-1
votes
1 answer

How to reliably discover Marathon URL

Since webui_url entry in Mesos state JSON is optional, one can try the luck with hostname (which is also optional). However, if both of the above entries are missing from Mesos state, is there any other way to reliably discover where Marathon API…
Alex
  • 5,159
  • 4
  • 25
  • 33
-2
votes
1 answer

Test FX application using Marathon driver - Unable to establish connection with the application

Issue- Test FX application using Marathon driver - Unable to establish connection with the application. Steps- FX based Client Application Launch happens successfully using marathon profile set. 2.Exception while setting driver. Unable to set text…
Nee
  • 11
  • 3
-2
votes
1 answer

Marathon Healthcheck for Dockerized Scala Application via SBT

I am using Marathon and Mesos. My applications are based on Scala and I am using SBT docker plugin to dockerize the application and to deploy to Marathon. The applications are asynchronous (Queue Based) and not invoked via HTTP. How do I perform…
Kumar Dev
  • 75
  • 7
-3
votes
1 answer

What is the difference between Marathon vs Kubernetes?

What is the difference between Marathon vs Kubernetes? otherwords, What does Kubernetes do that Marathon cannot do or vice-versa?
user1870400
  • 6,028
  • 13
  • 54
  • 115
-3
votes
1 answer

How to enable log4j for Marathon

I'd like to configure log4j for Marathon, where should I put the log4j.properties. I start Marathon by ./bin/start --master xxx
Klaus Ma
  • 350
  • 2
  • 4
  • 12
1 2 3
34
35