Questions tagged [mesosphere]

Mesosphere (now D2iq) was a company that productized Apache Mesos, the Marathon scheduler, and other applications to support Mesos applications and infrastructure inside their DCOS software.

Mesosphere (now D2iQ) provided the Datacenter Operating System (DCOS), a distributed OS with Apache Mesos as its kernel. DCOS allowed combining individual Linux machines into a single pool of shared resources running a variety of workloads, from batch (Chronos, MapReduce, etc.) over stream processing (Spark, Storm) to PaaS-level (Marathon). In addition, (distributed) storage services incl. HDFS, Cassandra, ArangoDB, Elasticsearch and Quobyte were applications supported on DCOS.

See the official website for more details.

445 questions
0
votes
0 answers

Mesos not offering disk in its offers

I have been using Mesos for over a year now but recently got this issue where mesos doesn't include disk resource in a lot of its offers (the slave/host does register 140GB of disk when it registers with mesos master). Is that something expected?…
0
votes
1 answer

Mesos Chronos cluster design solution on EC2 instaces

Some guidance required for building mesosphere solution on Amazon EC2 servers. For the staging state of my application I was thinking of launching a master and a slave on a single instance plus another slave on a different instance. Plus marathon…
Yerken
  • 1,944
  • 1
  • 14
  • 18
0
votes
1 answer

docker 1.9.0 network support in mesos

Is mesos provide support for docker 1.9.0 custom network creation facility? Using docker 1.9.0 I can create my own network which binds with a custom linux bridge instead of legacy docker0 bridge, once container is launched in customed network. sudo…
0
votes
1 answer

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 have a Mesos cluster with public and private roles: #…
aayore
  • 663
  • 5
  • 12
0
votes
1 answer

How can I find matched http request through a response error while running k8s on Mesos?

I refer Getting started with Kubernetes on Mesos and try to deploy k8s and Mesos on the same local Ubuntu. Executing the following command: $ km controller-manager \ --master=${KUBERNETES_MASTER_IP}:8888 \ --cloud-provider=mesos \ …
Nan Xiao
  • 16,671
  • 18
  • 103
  • 164
0
votes
2 answers

Mesos slave node unable to restart

I've setup a Mesos cluster using the CloudFormation templates from Mesosphere. Things worked fine after cluster launch. I recently noticed that none of the slave nodes are listed in the Mesos dashboard. EC2 console shows the slaves are running &…
babalu
  • 602
  • 5
  • 15
0
votes
3 answers

Mesosphere Cloud Formation Template Using Existing VPC/NAT

I am using the existing single master Mesosphere DCOS cloud formation template: https://s3.amazonaws.com/downloads.mesosphere.io/dcos/stable/cloudformation/single-master.cloudformation.json I am trying to figure out how to indicate that I want to…
Chris Kinsman
  • 461
  • 1
  • 4
  • 5
0
votes
1 answer

How to bind Mesos services to 127.0.0.1?

I want mesos to start my services on a different interface. Right now, it can only bind to 0.0.0.0, and my host is accessible to the outside. I have tried to play with LIBPROCESS_IP as recommended in the doc, but I couldn't make it work. Edit :…
Dimitri Kopriwa
  • 13,139
  • 27
  • 98
  • 204
0
votes
2 answers

Mesos as a giant Linux box

Is it possible to see all the mesos resources as a giant Linux box without custom code for the framework? I am wondering, if I want to run a program using 2500tb of ram, can mesos abstract the master slave architecture away? Do I have to use custom…
0
votes
4 answers

Can Google Kubernetes run Apache Mesos frameworks on top of it?

I was wondering if Google Kubernetes is able to run Apache Mesos frameworks, such as Hadoop or Cassandra etc.., like applications running on top of it. If yes or no, please justify your answers. Thank you.
0
votes
1 answer

Any resources on how to setup a physical (test) cluster of mesos, cassandra and spark

I have been able to procure 4 physical machines to set up a spark test cluster. The data will be stored in cassandra, computation will be done with spark (sql and data frames). I am planning on using mesos, because, as a developer, I want to do as…
Shahbaz
  • 10,395
  • 21
  • 54
  • 83
0
votes
2 answers

Apache Mesos Agent with Kafka

I am working on integrating Mesos with Kafka, as per the git hub documentation scheduler can be run on a independent machine which has mesos and kafka installed and with the help of configuration registration to mesos-master can be done. How do we…
rohit singh
  • 45
  • 1
  • 8
0
votes
1 answer

Failed to start Marathon in ubuntu

After install Marathon by apt-get install marathon, I failed to start Marathon by service marathon start; the command return process id but can not retrieve it by ps. And I can not get log of it. If I run /usr/bin/marathon, I got following message…
Klaus Ma
  • 55
  • 1
  • 6
0
votes
1 answer

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 terrible results when marathon can not restart failed…
Ihar Krasnik
  • 2,499
  • 2
  • 13
  • 17
0
votes
1 answer

Ensuring SLA with Mesos and privileged tasks

What if I run a Mesos cluster, with both development and say, mission critical applications. Is it possible to have "privileged" task to be executed in the cluster for these type of cases, and even have nodes shut down lesser privileged services to…
user1340582
  • 19,151
  • 35
  • 115
  • 171