Kubernetes

Receive Kubernetes cluster event and health notifications via webhook.

InboundMonitoring & Observability
Start Free Trial

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

1.Deploy an event exporter like kubernetes-event-exporter:
receivers:
  - name: alert24
    webhook:
      endpoint: <WEBHOOK_URL>
      headers:
        Content-Type: application/json
2.Configure routes to forward Warning and Error events
3.Apply the configuration to your cluster

Example 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 StatusKubernetes 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