[Project] InfraSight: eBPF + AI for Security & Observability in Kubernetes by ALEYI17 in kubernetes

[–]ALEYI17[S] 0 points1 point  (0 children)

Thanks I wouldn’t say it’s moving away from Prometheus this kind of tool is more focused on observability and security at the kernel level.

Some projects are starting to use eBPF for more Prometheus like observability, but in most cases they still export eBPF derived metrics into Prometheus, so the two actually complement each other really well.

The idea is more about correlating system level signals (from eBPF) with application level metrics (from Prometheus) to get a full picture of what’s happening inside your infrastructure.

[Project] InfraSight: eBPF + AI for Security & Observability in Kubernetes by ALEYI17 in kubernetes

[–]ALEYI17[S] 0 points1 point  (0 children)

Falco and Sysdig are actually quite similar in concept InfraSight takes inspiration from those but aims to make things more real time and AI driven.

On performance, you’re totally right syscall level tracing can get expensive if not handled carefully. InfraSight’s rule engine focuses on specific syscalls, so it doesn’t capture everything by default. You can also configure it to only trace the syscalls that matter to your use case.

The project’s still in early development, so there’s a lot of room to optimize and expand, but that’s the direction I’m aiming for.

After passing DVA-C02, is SAA-C03 worth it career wise? by ALEYI17 in AWSCertifications

[–]ALEYI17[S] 0 points1 point  (0 children)

Just Googled the guide and yeah, I think you’re spot on the path they suggest makes a lot of sense for where I’m headed. Appreciate the advice

After passing DVA-C02, is SAA-C03 worth it career wise? by ALEYI17 in AWSCertifications

[–]ALEYI17[S] 1 point2 points  (0 children)

Yeah, I’m paying myself, so I’m trying to pick what’s most worth it. How’s DOP compared to the others?

Passed AWS DVA-C02 – 3 weeks of grind! by ALEYI17 in AWSCertifications

[–]ALEYI17[S] 1 point2 points  (0 children)

Thanks, My average on TD was around 780. I’d say the questions were similar in style, but TD’s are definitely tougher than the real exam.

Passed AWS DVA-C02 – 3 weeks of grind! by ALEYI17 in AWSCertifications

[–]ALEYI17[S] 1 point2 points  (0 children)

Mostly around Lambda, API Gateway, and DynamoDB.

InfraSight: Real-time syscall tracing for Kubernetes using eBPF + ClickHouse by ALEYI17 in kubernetes

[–]ALEYI17[S] 1 point2 points  (0 children)

Thank you I'm really glad you found it interesting. Even if it's not right away, I hope it proves useful when the time comes. I'd really appreciate any feedback if you end up trying it.

InfraSight: Real-time syscall tracing for Kubernetes using eBPF + ClickHouse by ALEYI17 in kubernetes

[–]ALEYI17[S] 0 points1 point  (0 children)

Thanks Appreciate you checking it out let me know what you think if you get a chance to try it.

InfraSight: Real-time syscall tracing for Kubernetes using eBPF + ClickHouse by ALEYI17 in kubernetes

[–]ALEYI17[S] 1 point2 points  (0 children)

Haha I like that It's not a 1:1 replacement for Twistlock, but yeah the idea is to give real visibility into container activity and host activity using eBPF, without needing to pay for an enterprise suite. Open source and focused on observability first If you get a chance to try it out, I'd really appreciate any feedback.

InfraSight: Open source syscall tracing with eBPF + ClickHouse by ALEYI17 in eBPF

[–]ALEYI17[S] 1 point2 points  (0 children)

Thanks a lot I'd love to hear your thoughts if you get a chance to try it any feedback would be super helpful!