Robusta
Kubernetes-native observability that turns Prometheus alerts into actionable, context-enriched events with auto-remediation playbooks.
| License | MIT |
| Repository | https://github.com/robusta-dev/robusta |
| GitHub stars (approx) | 3000 |
| Language | Python |
| Self-host deployment | kubernetes helm |
| Commercial hosted option | yes (vendor-run) |
| Freshness status | Fresh |
| Freshness checked | 2026-05-17 |
| Categories | alerts, all-in-one |
| Replaces SaaS | datadog, new-relic |
Robusta sits between your Prometheus alerts and your on-call channel. When an alert fires, Robusta runs a playbook — pulling pod logs, kubectl describe output, recent deployment events, related metrics — and posts a single enriched notification to Slack/MS Teams/PagerDuty instead of a bare “high CPU” ping.
Pick it if: you’re Kubernetes-first and your on-call team is drowning in low-context Prometheus alerts. The pre-built playbooks (CrashLoopBackOff, OOMKilled, ImagePullBackOff) materially shorten time-to-diagnosis. Self-hosted OSS core is fully featured; SaaS adds a hosted UI.
Skip it if: you’re not on Kubernetes — Robusta’s value proposition is k8s-native enrichment. Also skip if you’ve already built equivalent runbook-automation glue inside your alert pipeline (e.g., custom webhooks fanning into a Lambda).
Deployment: Helm chart only. Installs Prometheus + Alertmanager + Robusta together, or layers onto an existing kube-prometheus-stack. CLI tool for local playbook development.