Image Overview: kubewatch

Overview: kubewatch Chainguard Image

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.

Download this Image

The image is available on cgr.dev:

docker pull cgr.dev/chainguard/kubewatch:latest

Using 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>

Last updated: 2024-04-11 12:38