Giter VIP home page Giter VIP logo

SignalCD Build Status

Continuous Delivery for Kubernetes reacting to Observability Signals.

Overview

Deploying applications on Kubernetes often involves a lot more manual steps then we want.
We want to reuse existing observability signals to automate all steps in the application lifecycle. This will drastically reduce the chance of human errors when deploying business critical applications.

Example

kind: Pipeline
name: example

steps:
  - name: deploy
    image: quay.io/signalcd/example
    commands:
      - kubectl apply -f /manifests

checks:
  - name: kubernetes-status
    image: quay.io/signalcd/kubernetes-status
    labels: app=cheese
    duration: 10m

Development

Architecture

architecture.svg

Prerequisites

  • Go 1.14+
  • Docker (needed to generate OpenAPI spec and build containers)

API

The API is generated with an OpenAPI spec that you can find in /api/api.yaml. From that file we generate a Go server into /api/go-server, a Go client into /api/go and a JavaScript client into /api/javascript. All of these can be generate by running make api.

signalcd's Projects

signalcd icon signalcd

Continuous Delivery for Kubernetes reacting to Observability Signals.

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.