KlusterAlert

Overview

KlusterAlert monitors your Kubernetes workloads, evaluates alert rules as code, and notifies the right people through Slack, Microsoft Teams, Google Chat, PagerDuty, email, or any custom webhook — before users notice a problem.

How it works

1
Deploy the agent
Install the KlusterAlert Helm chart into each cluster. The lightweight agent runs in its own namespace and requires minimal RBAC.
2
Agent streams events
The agent watches pod events, node metrics, and resource usage. It streams events to the KlusterAlert ingestion API.
3
Rules are evaluated
Your alert rules run against the incoming event stream. Conditions are evaluated in sliding time windows.
4
Notifications fire
When a condition triggers, KlusterAlert sends a notification to your configured channels with full context and runbook link.

Key concepts

Ready to connect your first cluster?

The quickstart walks you through installing the Helm chart and setting up your first alert rule in under 5 minutes.

Go to Quickstart