Would be good if you offer support / document to not use k8s just run on linux.
Show HN: Alaz: Open-Source, Self-Hosted, eBPF-Based K8s Monitoring
21–28 of 28 posts
Re: Show HN: Alaz: Open-Source, Self-Hosted, eBPF-Based K8s Monitoring
#22Does it collect traces from compiled as well as scripted languages?
Re: Show HN: Alaz: Open-Source, Self-Hosted, eBPF-Based K8s Monitoring
#23Does it generate the Service Map from eBPF traces too? Can you use the Service Map without k8s?
> Can you use the Service Map without k8s? We have already planned to make Alaz available for direct installation on Linux or Docker without the need for K8s. We are developing this feature now and will be released soon. Stay tuned for the updates!
Re: Show HN: Alaz: Open-Source, Self-Hosted, eBPF-Based K8s Monitoring
#24Re: Show HN: Alaz: Open-Source, Self-Hosted, eBPF-Based K8s Monitoring
#25The one similar product I had come across is Kubeshark ( https://github.com/kubeshark/kubeshark ). But admittedly the eBPF way seems more performant theoretically (given you can afford to have a modern-enough kernel). I'm really excited to see how this project develops out. The eBPF-mode of innovation is pretty exciting, truly a fresh lens to building software. I'm also following Akita Software - the company building…
Re: Show HN: Alaz: Open-Source, Self-Hosted, eBPF-Based K8s Monitoring
#26Does it collect traces from compiled as well as scripted languages?
Currently, we don't collect traces from codes. However, we plan to make this feature available soon. Stay tuned for the updates! Currently, Alaz uses eBPF to collect network information from the kernel and correlate it with K8s services to generate a Service Map. In addition, Alaz utilizes Prometheus Node exporter to collect system resources such as CPU, memory, disk, and network from K8s nodes. This data is then sen…
Re: Show HN: Alaz: Open-Source, Self-Hosted, eBPF-Based K8s Monitoring
#27Earlier quoted context omitted.
Currently, we don't collect traces from codes. However, we plan to make this feature available soon. Stay tuned for the updates! Currently, Alaz uses eBPF to collect network information from the kernel and correlate it with K8s services to generate a Service Map. In addition, Alaz utilizes Prometheus Node exporter to collect system resources such as CPU, memory, disk, and network from K8s nodes. This data is then sen…
I am really curious, why build another project that has similar features as another open source software pixie - https://px.dev/ .
Re: Show HN: Alaz: Open-Source, Self-Hosted, eBPF-Based K8s Monitoring
#28How is it different than pixie?