1
0
mirror of synced 2026-02-06 19:05:55 +00:00

Add notification controller to docs

This commit is contained in:
stefanprodan
2020-07-02 12:58:01 +03:00
parent e594350307
commit a744b304a0
6 changed files with 33 additions and 4 deletions

View File

@@ -0,0 +1,16 @@
# Notification Controller
The Notification Controller is a Kubernetes operator,
specialized in dispatching events to external systems such as
Slack, Microsoft Teams, Discord and Rocket chat.
The controller receives events via HTTP and dispatch them to external
webhooks based on event severity and involved objects.
The controller can be configured with Kubernetes custom resources that
define how events are processed and where to dispatch them.
Links:
- Source code [fluxcd/notification-controller](https://github.com/fluxcd/notification-controller)
- Specification [docs](https://github.com/fluxcd/notification-controller/tree/master/docs/spec)