Coder Social home page Coder Social logo

teutat3s / containerpilot Goto Github PK

View Code? Open in Web Editor NEW

This project forked from tritondatacenter/containerpilot

0.0 0.0 0.0 1.26 MB

A service for autodiscovery and configuration of applications running in containers

License: Mozilla Public License 2.0

Go 88.38% Shell 7.41% Makefile 2.17% Python 1.24% Dockerfile 0.80%

containerpilot's People

Contributors

ahelal avatar alrs avatar bbox-kula avatar benoittoulme avatar borgified avatar deitch avatar dekobon avatar dobbs avatar dsapala avatar fitzage avatar flyinprogrammer avatar frederikbosch avatar gbmeuk avatar geek avatar jen20 avatar justenwalker avatar jwreagor avatar leoj3n avatar marctrem avatar mikemccracken avatar misterbisson avatar mterron avatar sarbash avatar sodre avatar teutat3s avatar tgross avatar tniswong avatar wheleph avatar wleese avatar zealic avatar

Watchers

 avatar  avatar  avatar

containerpilot's Issues

Support for named health checks

At the moment health checks are named after their corresponding job name.
Named health checks could be especially useful when using containerpilot + consul + nomad,
where I already came across a name collision with e.g. multiple nginx services / jobs in one consul + nomad cluster.

Initial work for this was done in TritonDataCenter#316, but then got abandoned.

Possible syntax could be:

jobs: [
  {
    name: "myJob",
    health: {
        name: "myJobCheck2",
        exec: "/bin/myCheck",
        interval: 3,
        ttl: 5
    }
  }
]

Implement streaming to consul

New feature added in Consul 1.9

  • agent: Add a new RPC endpoint for streaming cluster state change events to clients

We should implement this in CP as well (e.g. for streaming logs)

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.