Karma
Karma is a UI for Alertmanager, useful for browsing alerts based on labels and managing silences. It can also aggregate alerts from multiple Alertmanager instances.
Source: prymitive/karma
Requirements
- Kubernetes >= 1.21.0
- Kustomize = v3.5.3
- prometheus-operator
- prometheus-operated
- alertmanager-operated
Image repository and tag
- Karma image: registry.sighup.io/fury/prymitive/karma/karma:v0.113
- Karma repository: Karma on GitHub
Configuration
Fury distribution Karma is deployed with the following configuration:
- Alertmanager URI: http://alertmanager-main.monitoring.svc.cluster.local:9093
- Polling interval: 1m
All configuration options can be found here
Deployment
You can deploy karma by running the following command:
kustomize build katalog/karma | kubectl apply -f -