Kubernetes
Receive Kubernetes cluster event and health notifications via webhook.
Quick Setup
Copy Webhook URL
Go to your Alert24 dashboard and copy the webhook URL for Kubernetes.
Configure Kubernetes
Add the webhook URL in your Kubernetes settings.
Auto-Detected
Alert24 auto-detects Kubernetes payloads and maps them to incidents.
Step-by-Step Setup Instructions
Kubernetes Event Webhook Setup
receivers:
- name: alert24
webhook:
endpoint: <WEBHOOK_URL>
headers:
Content-Type: application/jsonExample Webhook Payload
This is a sample payload that Kubernetes sends to Alert24 when an alert fires.
{
"type": "Warning",
"reason": "CrashLoopBackOff",
"message": "Back-off restarting failed container api in pod api-server-xyz",
"involvedObject": {
"kind": "Pod",
"name": "api-server-xyz",
"namespace": "production"
}
}How Alert24 Maps Kubernetes Data
Status Field
type
Message Field
message
Auto-Create Incidents
Yes
Auto-Resolve Incidents
No
Status Mapping
| Alert24 Status | Kubernetes Values |
|---|---|
| operational | Normal |
| degraded | Warning |
| down | Error |
Connect Kubernetes to Alert24 in minutes
Free plan includes 5 monitors, 1 status page, and incident management. No credit card required.
More Monitoring & Observability Integrations
Datadog
InboundReceive alerts from Datadog monitors and synthetics.
Prometheus / Alertmanager
InboundReceive alerts from Prometheus Alertmanager webhook receiver.
Grafana
InboundReceive alert notifications from Grafana alerting rules.
New Relic
InboundReceive New Relic alert notifications via webhook.
Pingdom
InboundReceive Pingdom uptime check alerts via webhook.
UptimeRobot
InboundReceive UptimeRobot monitor alerts via webhook.