Product Docs
Open Source
Education
kubewatch is a Kubernetes watcher that publishes notification to available collaboration hubs/notification channels. Run it in your k8s cluster, and you will get event notifications through webhooks.
The image is available on cgr.dev:
cgr.dev
docker pull cgr.dev/chainguard/kubewatch
This image is a drop-in replacement for the upstream image. You can run it using the official helm chart with:
$ helm repo add robusta https://robusta-charts.storage.googleapis.com $ helm repo update $ helm install kubewatch robusta/kubewatch \ --set image.repository=cgr.dev/chainguard/kubewatch \ --set image.tag=latest <other configuration parameters here>