Skip to main content

Detect Kubernetes crashes with kwatch and Slack

ยท 3 min read
Andrew Attallah
Maintainer of kwatch

When a Kubernetes workload restarts, a Slack notification is useful only if it helps you decide what to do next. kwatch turns crash signals, events, and recent logs into a focused incident message.

This guide shows how to connect Slack and install kwatch with the supported interactive manager. The manager keeps the webhook in a Kubernetes Secret; do not paste it directly into config.yaml.

What is kwatch? Kubernetes incidents, explained

ยท 2 min read
Abdelrahman Ahmed
Owner of kwatch

See what broke. Understand why. Know what to do next. ๐Ÿ‘€๐Ÿง โšก

Kubernetes gives teams a powerful way to run applications, but a failed pod or stalled rollout can leave you with a short status such as CrashLoopBackOff and not enough context to act quickly.

kwatch watches Kubernetes resources, events, and recent logs. When something needs attention, it groups related symptoms and sends an alert with the likely cause, impact, evidence, and a practical next step.