warungpintar / siera-kube-watch

Kubernetes Watcher

Home Page:https://warungpintar.co.id/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

siera-kube-watch

siera kubewatch is a Kubernetes events watcher that aims to publish incident (unexpected event) as a notification through webhooks.

Supported webhooks:

  • slack
  • telegram
  • workplace chat
  • webhook

It also supports liveness check (dead man's switch) functionality for alerting on availability of alerting pipeline.

livenesscheck:
  enabled: true
  interval: "1m"

Build and Run

Install Dependencies

$ go mod download

Build

$ go build

Run

$ ./siera-kube-watch

Configuration

Copy the config.example.yaml as config.yaml and setup your own configuration as needed.

Helm

We provide a helm chart for easy installation https://github.com/warungpintar/charts/tree/master/warpin/siera-kube-watch

Result workplace chat

GitHub Logo

Result slack

GitHub Logo

Result telegram

GitHub Logo

docker image size 35.2MB

About

Kubernetes Watcher

https://warungpintar.co.id/

License:Apache License 2.0


Languages

Language:Go 93.1%Language:Dockerfile 6.9%