Use case · Teams whose core infra is K8s.

Kubernetes

Prometheus-Operator is complex; you need kube-state-metrics + node-exporter + cAdvisor; alerting is a separate component.

What Unimoni offers

One Helm chart with a DaemonSet + Deployment. ServiceMonitor via CRD. Alerts + dashboards + embed in one.

Concretely

  • Helm chart in 2 minutes
  • kube-state-metrics built in
  • Pod / Node / Deployment metrics automatically
  • ServiceMonitor for your own endpoints

How it works

Install

One Helm chart deploys a DaemonSet (node metrics) and a Deployment with kube-state-metrics built in. No separate Prometheus-Operator to stand up.

Collection

Pod / Node / Deployment metrics are collected automatically; your own apps attach through a ServiceMonitor CRD.

All in one

Alerts, dashboards and embed run in the same process — no separate Alertmanager and Grafana to operate.

Related use cases