DEV Community

Cover image for Alaz: Open-source, Self-Hosted, eBPF-based K8S Monitoring 🐝 🚀
Kürşat Aktaş
Kürşat Aktaş

Posted on

Alaz: Open-source, Self-Hosted, eBPF-based K8S Monitoring 🐝 🚀

Hello Everyone ✋

I'm excited to introduce a new open-source observability platform and would love to hear your feedback.

We are aware that there are lots of open-source/commercial tools out there. However, we believe that monitoring the clusters and extracting actionable insights requires deep know-how about the tools/domain. We mainly focused on this problem.

🐝 Alaz is an eBPF agent installed on your K8S cluster as DaemonSet. Thanks to eBPF - Alaz collects traces directly from Linux kernels. This means there's no need for sidecars, instrumentations, or service restarts.

🎯 The UI not only visualizes data but also provides actionable insights. Using the Service Map, you can:

View latencies and RPS between services.

Detect zombie services and underperforming SQL queries.

Monitor golden signals, such as 5xx status codes.

In addition, Alaz can capture system resources like CPU, Memory, Disk, and Network through the Prometheus Node Exporter, which is embedded in the agent.

Setting up is straightforward: just install Alaz as a DaemonSet, and the platform will handle the rest.

Finally, the combination of Alaz and Ddosify Performance Testing makes it possible to do load testing and simultaneously monitor the system to find bottlenecks instantly.

🚀 For those interested, check out Alaz on GitHub.
Your feedback would be greatly appreciated!

Top comments (0)