deadlock vs kube-prometheus-stack
Helm Chart package comparison
Side-by-side comparison of deadlock (use uprobe to trace pthread_mutex_lock and pthread_mutex_unl) and kube-prometheus-stack (kube-prometheus-stack collects Kubernetes manifests, Grafana) — both Helm Chart packages.
deadlock
Helm Chart
✓ Verified
✓ Official
use uprobe to trace pthread_mutex_lock and pthread_mutex_unlock in libc.so and detect potential deadlocks
| Version | 0.50.0 |
| ★ Stars | 2.7k |
| By | inspektor-gadget |
| Updated | 1772444944 |
helm repo add gadgets https://github.com/inspektor-gadget/inspektor-gadget/
helm install deadlock gadgets/deadlock --version 0.50.0
kube-prometheus-stack
Helm Chart
✓ Verified
✓ Official
kube-prometheus-stack collects Kubernetes manifests, Grafana dashboards, and Prometheus rules combined with documentation and scripts to provide easy to operate end-to-end Kubernetes cluster monitorin
| Version | 82.10.1 |
| ★ Stars | 1.2k |
| By | prometheus |
| Updated | 1772832445 |
helm repo add prometheus-community https://prometheus-community.github.io/helm-charts
helm install kube-prometheus-stack prometheus-community/kube-prometheus-stack --version 82.10.1