Giter VIP home page Giter VIP logo

sentinel's Introduction

NOTE! This project has now been integrated with the Onix project and is part of its Kubernetes Bundle. Please go here for the new Sentinel project.

An explanation of how Sentinel fits in Onix can be found here

Sentinel

Sentinel is a Go application, which looks for state changes of kubernetes objects, and publish their associated metadata to specific endpoints for further processing by downstream systems.

The application process can either run inside or outside of a Kubernetes cluster and can publish events to either a webhook or to an instance of the Apache Kafka message broker.

Architecture

The following image shows how the application works:

sentinel system architecture

Topics

Name Description
Getting Started Various examples of how to get started using Sentinel.
Configuration How to change Sentinel behaviour using configuration variables.
Publishers A description of the various mechanisms to publish status changes to other systems.
Scripts Various scripts to facilitate development and testing.

API compatibility

The current version uses the Kubernetes API 1.11.10, compatible with Openshift 3.11.

To build the solution for another api version, the dependencies in the go module file has to be updated, for example, using go get as follows:

# for example, to update to version 1.14.2
$ go get -u k8s.io/[email protected]
$ go get -u k8s.io/[email protected]
$ go get -u k8s.io/[email protected]

NOTE: the minimal required go version is 1.12.5

[*] The Sentinel icon was made by Freepik from Flaticon and is licensed by Creative Commons BY 3.0

sentinel's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

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.