GithubHelp home page GithubHelp logo

daemon-ecs-scheduler's Introduction

alt tag

daemon-ecs-scheduler

A ECS scheduler that places daemons on every node in ECS cluster

Quick start

glide install

go build

daemon-ecs-scheduler --cluster weave-ecs-demo-cluster --tasks cadvisor:2

Feature

  • Support the automatic registeration of tasks.

Help

daemon-ecs-scheduler --help

daemon-ecs-scheduler's People

Contributors

swhsiang avatar tnachen avatar wen777 avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

wen777 swhsiang

daemon-ecs-scheduler's Issues

RESTful API for long running event registration (register task on each host)

WHY / WHAT

  • daemon-ecs-scheduler provides a RESTful interface to allow other trust clients to communicate.
GET /task-definitions/:task-definitionARN

* Query the registered task definitions in the given cluster.
:task-definitionARN can be the name of task definition or the ARN of task definition

response:

{
  ARN: string
  ShortString: string
  Cpu: int
  Memory: int
  TCPPorts: int
  UDPPorts: int
}

==========

POST /tasks/start

* start to run the given task on each host. 
After the registration of given task complete, the scheduler of daemon-ecs-scheduler
will check the status of each container instance in this cluster every 5 minutes
(depends on the configuration)

{
  cluster: string
  task-definition: string
}
the field of task-definition can be the name of task definition or the ARN.

Response
{
  statusUrl: string
}

======

GET /tasks

List the status of all the tasks in the cluster.

Response
{
running: []string
failures: []string
}

======
GET /tasks/:taskARN/status

List the status of given task. Ex: Running on which server.
Failed to start the task on which server.

Response
{
running: []string
failures: []string
}

Refer to issue #5 .

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.