KlusterAlert monitors your Kubernetes workloads, fires intelligent alerts to Slack, Teams, Google Chat, PagerDuty, email, and more — and gives your team the runbooks to resolve incidents fast.
Free plan available · No credit card required
From a single self-hosted cluster to dozens of cloud-managed namespaces — KlusterAlert scales with you.
Connect unlimited Kubernetes clusters across any cloud provider. Get a unified view of pod health, node status, and resource utilisation in real time.
Define alert rules as code. KlusterAlert detects CrashLoopBackOff, OOMKill, pending pods, and resource saturation — before your users notice.
Route alerts to Slack, Microsoft Teams, Google Chat, PagerDuty, email, or any custom webhook. Configurable severity levels, deduplication, and cooldown periods keep noise low.
Attach runbooks to alert rules. When an alert fires, responders see the exact steps to triage and resolve the incident — no context switching.
Browse 90 days of cluster metrics. Correlate past incidents with deployments, scaling events, and config changes in a single timeline.
Surface privilege escalations, exposed secrets, and pods running as root. Security posture checks run on every cluster sync.
Deploy the lightweight KlusterAlert agent with a single Helm chart. It runs inside your cluster, streams events to our ingestion API, and starts alerting within minutes.
helm repo add speclayer \ https://charts.speclayer.net helm install klusteralert \ speclayer/klusteralert \ --namespace klusteralert \ --create-namespace \ --set apiKey=$SPECLAYER_API_KEY \ --set clusterName=production
- name: CrashLoopDetect
severity: critical
condition: pod.restarts > 5
window: 10m
notify:
- channel: "#incidents"
- pagerduty: platform-oncall
runbook: https://runbooks.acme.com/crashloop
- name: HighMemoryPressure
severity: warning
condition: node.memory_used_pct > 85
window: 5m
notify:
- channel: "#k8s-alerts"Alert rules live in your repository alongside your Kubernetes manifests. Changes are reviewed, audited, and rolled back just like any other code change. No dashboards to click through.
Connect your first cluster in under 5 minutes. Free plan monitors up to 3 clusters forever.
View pricing