Installation 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 deployt:
- DaemonSet auf jeder Node (Host-Metriken + Docker-Stats)
- Deployment für das kube-state-metrics-Äquivalent (cluster-level)
- ServiceMonitor CRD für eigene Pod-Metriken
- ServiceAccount + RBAC: read-only auf nodes/pods/services