Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/radu-matei/events-operator
Kubernetes controller and CRD for out-of-cluster events
https://github.com/radu-matei/events-operator
Last synced: 23 days ago
JSON representation
Kubernetes controller and CRD for out-of-cluster events
- Host: GitHub
- URL: https://github.com/radu-matei/events-operator
- Owner: radu-matei
- License: mit
- Created: 2018-02-04T14:22:38.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-02-14T06:49:55.000Z (over 6 years ago)
- Last Synced: 2024-06-20T13:38:26.216Z (5 months ago)
- Language: Go
- Homepage:
- Size: 7.86 MB
- Stars: 5
- Watchers: 3
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Kubernetes External Events Operator
===================================[![CircleCI](https://circleci.com/gh/radu-matei/events-operator.svg?style=shield&circle-token=14627daadeee06639298258d0a110d360a360d00)](https://circleci.com/gh/radu-matei/events-operator)
[![Go Report Card](https://goreportcard.com/badge/github.com/radu-matei/events-operator)](https://goreportcard.com/report/github.com/radu-matei/events-operator)
[![GoDoc](https://godoc.org/github.com/radu-matei/events-operator?status.svg)](https://godoc.org/github.com/radu-matei/events-operator)What is this?
-------------This is a [Kubernetes operator][1] that wants to bring external events into Kubernetes. It consists of a [CRD (CustomResourceDefinition)][2] and a controller and its purpose is to **automatically subscribe to various external event providers** (events from cloud providers (storage, database updates), webhooks, pub/sub systems and other event sources) and **provide a consistent way of handling these events**.
Disclaimer
----------This is not an official Microsoft project.
[1]: https://coreos.com/operators/
[2]: https://kubernetes.io/docs/concepts/api-extension/custom-resources/