deadlock vs 3-Tier Architecture
Helm Chart package comparison
Side-by-side comparison of deadlock (use uprobe to trace pthread_mutex_lock and pthread_mutex_unl) and 3-Tier Architecture (3-tier web app) — 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
3-Tier Architecture
Helm Chart
3-tier web app
| Version | 0.0.14 |
| ★ Stars | 742 |
| By | meshery |
| Updated | 1759884626 |
helm repo add meshery-catalog https://github.com/meshery/meshery.io/catalog
helm install 3-tier-architecture meshery-catalog/3-tier-architecture --version 0.0.14