Skip to main content

Kubernetes Health Overview

Seiri’s Kubernetes agent reports workload health from your cluster into the dashboard. This uses the management API on cloud.seiri.app — not the job ping host.


Where it lives

Infrastructure → Kubernetes in the dashboard.

  1. Register a cluster (display name, environment, region).
  2. Copy the one-time credentials (kck_… key id + sks_… secret).
  3. Install seiri-kube-agent with Helm.
  4. Create HealthCheck custom resources for Deployments, Pods, Jobs, StatefulSets, or DaemonSets.

Nothing appears under Monitoring until the agent starts reporting.


Domains

ValueHost
Agent backendUrlhttps://cloud.seiri.app
Job heartbeats (CronJobs)Still https://ping.seiri.app/webhook/... if you also ping from the job
Kubernetes Health clusters tab
Infrastructure → Kubernetes — register cluster, then install the Helm chart

External docs: seiri-kube-agent · GitHub

See Quickstart.