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.
- Register a cluster (display name, environment, region).
- Copy the one-time credentials (
kck_…key id +sks_…secret). - Install seiri-kube-agent with Helm.
- Create
HealthCheckcustom resources for Deployments, Pods, Jobs, StatefulSets, or DaemonSets.
Nothing appears under Monitoring until the agent starts reporting.
Domains
| Value | Host |
|---|---|
Agent backendUrl | https://cloud.seiri.app |
| Job heartbeats (CronJobs) | Still https://ping.seiri.app/webhook/... if you also ping from the job |

External docs: seiri-kube-agent · GitHub
See Quickstart.