Install in Kubernetes
Helm chart
helm repo add unimoni https://charts.unimoni.io
helm install unimoni-agent unimoni/agent \
--namespace unimoni \
--create-namespace \
--set apiUrl=https://api.unimoni.example.com:8443 \
--set enrollmentToken=${TOKEN}Helm deploys:
- DaemonSet on each node (host metrics + Docker stats)
- Deployment for the kube-state-metrics equivalent (cluster-level)
- ServiceMonitor CRD for its own Pod metrics
- ServiceAccount + RBAC: read-only on nodes/pods/services