Not every change to a cluster comes from a pipeline. Someone scales a deployment by hand, an HPA reacts to load, a rollout gets reverted at two in the morning. The kube-watcher observes the cluster directly, so those changes reach the timeline whether or not anything told CI about them.
On the dashboard, go to Settings, then CLI Token.
It runs as a Deployment using a ServiceAccount with read-only access to Deployments, StatefulSets, DaemonSets, and Pods. Install one release per cluster.
helm install kollaber-watcher oci://ghcr.io/urbangeeks/charts/kube-watcher \ --set kollaber.env=prod \ --set kollaber.api=https://kollaber.io \ --set kollaber.token=<cli-token>
Change a replica count and the scale event appears on the timeline within seconds.
Read-only access to Deployments, StatefulSets, DaemonSets, and Pods through a ServiceAccount. It never writes to the cluster.
No. It watches workload and pod state changes and sends events. Kollaber collects no metrics, logs, or traces.
It tracks image tags it has already seen for a workload. When a tag reverts to a previous one, the event is recorded as a rollback instead of a deploy.
The free plan covers two environments and five members. The full reference for this integration lives in the docs.