Distributed and fault-tolerant scheduler for Apache Mesos.
https://github.com/mesosphere/chronos
Installed from Mesosphere repository
- chronos 2.3.2-0.1.20150207000917.debian77
- mesos 0.21.1-1.2.debian77
docker run -d tomaskral/chronos --master zk://zoo1:2181,zoo2:2181,zoo3:2181/mesos --zk_hosts zoo1:2181,zoo2:2181,zoo3:2181
{
"id": "/chronos",
"instances": 1,
"cpus": 0.1,
"mem": 512,
"shell": "false",
"args": ["--master", "zk://zoo1:2181,zoo2:2181,zoo3:2181/mesos", "--zk_hosts", "zoo1:2181,zoo2:2181,zoo3:2181"],
"container": {
"type": "DOCKER",
"docker": {
"image": "tomaskral/chronos",
"network": "BRIDGE",
"portMappings": [
{
"containerPort": 8080,
"hostPort": 0,
"protocol": "tcp"
}
]
}
}
}