Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/warungpintar/siera-kube-watch
Kubernetes Watcher
https://github.com/warungpintar/siera-kube-watch
events kubernetes kubewatch
Last synced: about 6 hours ago
JSON representation
Kubernetes Watcher
- Host: GitHub
- URL: https://github.com/warungpintar/siera-kube-watch
- Owner: warungpintar
- License: apache-2.0
- Created: 2020-05-31T03:23:29.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-02-06T23:44:00.000Z (almost 2 years ago)
- Last Synced: 2025-01-04T01:42:19.874Z (8 days ago)
- Topics: events, kubernetes, kubewatch
- Language: Go
- Homepage: https://warungpintar.co.id/
- Size: 732 KB
- Stars: 12
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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
- webhookIt 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](docs/result-workchat.png)## Result slack
![GitHub Logo](docs/result-slack.png)## Result telegram
![GitHub Logo](docs/result-telegram.png)docker image size 35.2MB