Skip to content

Distributed and fault-tolerant scheduler for Apache Mesos.

Notifications You must be signed in to change notification settings

chennanfei/chronos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

Chronos

Distributed and fault-tolerant scheduler for Apache Mesos.

https://github.com/mesosphere/chronos

Installed from Mesosphere repository

versions:

  • chronos 2.3.2-0.1.20150207000917.debian77
  • mesos 0.21.1-1.2.debian77

example:

running from command line

docker run -d tomaskral/chronos  --master zk://zoo1:2181,zoo2:2181,zoo3:2181/mesos --zk_hosts zoo1:2181,zoo2:2181,zoo3:2181

running on Marathon

{
    "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"
                }
            ]
        }
    }
}

About

Distributed and fault-tolerant scheduler for Apache Mesos.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages