-
or labels. What would be the most appropriate thing to expect here?
@stevendborrelli @ChrisAubuchon
-
Hi Team,
I am trying to play with kafka-mesos. And tried following 'kafka-mesos.properties' on my ubuntu machine with a user as 'ubuntu'.
user=ubuntu
storage=zk:/mesos-kafka-scheduler
master=10.217…
-
One of the Mesos promises was being to be able to run multiple instances of 1 type of framework, like Hadoop in this case. The original Mesos paper showed 2 concurrent Hadoop instances.
I've tried to…
-
Raised in the Mesos project: https://issues.apache.org/jira/browse/MESOS-1895
Until then, we should enable cgroups isolation for mesos-slave by default in our Linux packages-
``` sh
--isolation=cgro…
-
After upgrading with `apt` on Debian 9 (stretch) from `1.5.1-2.0.1` to `1.5.3-2.0.1.debian9`, mesos cannot start anymore due to:
````
mesos-master: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_…
-
DCOS 1.7 / Mesos-DNS v0.5.2
I have a DCOS service called myservice exposing 2 ports and from another container I need to retrieve these ports.
I use this curl call to do that :
```
core@ip-10-0-7-18…
-
## Why you need it?
Currently Dragonfly only supports Docker and PouchContainer. As we know, mesos container(the Universal Containerizer) is also a very popular kind of containerizers (http://mesos…
-
This is more of a question than an issue.
i was wondering why I was getting duplicative service ids for the same service, even though it was an old deployment of the service.
from here:
https://git…
-
I'm thinking of how I might bridge kubernetes service discovery and mesos service discovery. Part of a solution might be a mesos-dns "plugin" that watches the kubernetes service registry and manages D…
-
Hi @sekka1
Firstly, thanks for your [article](https://medium.com/@gargar454/deploy-a-mesos-cluster-with-7-commands-using-docker-57951e020586) it has helped me get up and running real quick.
I've fo…