<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
    <title>ebpf</title>
    <link rel="self" type="application/atom+xml" href="https://links.biapy.com/guest/tags/498/feed"/>
    <updated>2026-06-18T04:48:58+00:00</updated>
    <id>https://links.biapy.com/guest/tags/498/feed</id>
            <entry>
            <id>https://links.biapy.com/links/12947</id>
            <title type="text"><![CDATA[Inspektor Gadget]]></title>
            <link rel="alternate" href="https://inspektor-gadget.io/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/12947"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[tools and framework for data collection and system inspection on Kubernetes clusters and Linux hosts using eBPF.

 Inspektor Gadget is a set of tools and framework for data collection and system inspection on Kubernetes clusters and Linux hosts using eBPF.

 It manages the packaging, deployment and execution of Gadgets (eBPF programs encapsulated in OCI images) and provides mechanisms to customize and extend Gadget functionality.

- [Inspektor Gadget @ GitHub](https://github.com/inspektor-gadget/inspektor-gadget).

Related contents:

- [Inspektor Gadget: Results from the first security audit @ CNCF](https://www.cncf.io/blog/2026/06/03/inspektor-gadget-results-from-the-first-security-audit/).]]>
            </summary>
            <updated>2026-06-05T12:08:44+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/12921</id>
            <title type="text"><![CDATA[cicd-sensor]]></title>
            <link rel="alternate" href="https://cicd-sensor.github.io/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/12921"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Think EDR, but for CI/CD Pipelines.
Open-source eBPF-powered runtime security sensor for GitHub Actions and GitLab CI/CD.

- [cicd-sensor @ GitHub](https://github.com/cicd-sensor/cicd-sensor).]]>
            </summary>
            <updated>2026-06-04T13:09:36+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/12705</id>
            <title type="text"><![CDATA[Rustinel]]></title>
            <link rel="alternate" href="https://karib0u.github.io/rustinel/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/12705"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Rustinel is an open-source endpoint detection project for Windows and Linux.

It collects native host telemetry using ETW on Windows and eBPF on Linux, normalizes events into a shared model, evaluates Sigma, YARA, and IOC detections, and writes alerts as ECS NDJSON.

Rustinel is designed for blue teams, detection engineers, researchers, and anyone who wants a transparent endpoint detection engine they can inspect, run, test, and extend.

- [Rustinel @ GitHub](https://github.com/Karib0u/rustinel).]]>
            </summary>
            <updated>2026-05-14T14:18:27+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/10694</id>
            <title type="text"><![CDATA[OpenTelemetry e-BPF Instrumentation (OBI)]]></title>
            <link rel="alternate" href="https://github.com/open-telemetry/opentelemetry-ebpf-instrumentation" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/10694"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[This repository provides eBPF instrumentation based on the OpenTelemetry standard. It provides a lightweight and efficient way to collect telemetry data using eBPF for user-space applications.

OpenTelemetry e-BPF Instrumentation is commonly referred to as OBI.

Related contents:

- [Grafana Beyla](https://grafana.com/oss/beyla-ebpf/)
- [How eBPF Is Powering the Next Generation of Observability @ The New Stack](https://thenewstack.io/how-ebpf-is-powering-the-next-generation-of-observability/).]]>
            </summary>
            <updated>2025-10-17T09:36:31+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/10522</id>
            <title type="text"><![CDATA[Fox&amp;#039;s High Speed TLS Signature Filtering]]></title>
            <link rel="alternate" href="https://github.com/FoxMoss/fox-xdp/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/10522"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[High speed TLS signature filtering.

Instead of taking the full JA4 hash to fingerprint traffic which is slow to calculate and is hard to implement in a BPF filter, I take a Jenkins hash of the sorted supported ciphers in any given TLS request. To similar effect as JA4, keeping fingerprinting usefulness. Switching to a non-cryptographic hashing algorithm is okay here because any given attacker with enough skill could replicate the ciphers of another client, so any hash reversing would be useless or at best force the attacker to implement a different amount of hashes.

Related contents:

- [How I Block All 26 Million Of Your Curl Requests @ Fox Ellison-Taylor&amp;#039;s Blog](https://foxmoss.com/blog/packet-filtering/).]]>
            </summary>
            <updated>2025-10-06T05:30:22+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/10017</id>
            <title type="text"><![CDATA[Grafana Beyla]]></title>
            <link rel="alternate" href="https://grafana.com/oss/beyla-ebpf/?pg=blog&amp;plcmt=body-txt" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/10017"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[eBPF-based auto-instrumentation.

Grafana Beyla is an open source eBPF-based auto-instrumentation tool that helps you easily get started with application observability for Go, C/C++, Rust, Python, Ruby, Java, NodeJS, .NET, and more.

- [Grafana Beyla @ GitHub](https://github.com/grafana/beyla).

Related contents:

- [How to monitor your homelab with Beyla, eBPF, and OpenTelemetry @ GrafanaLabs blog](https://grafana.com/blog/2025/08/22/how-to-monitor-your-homelab-with-beyla-ebpf-and-opentelemetry/).]]>
            </summary>
            <updated>2025-09-04T17:10:21+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/332</id>
            <title type="text"><![CDATA[Tetragon]]></title>
            <link rel="alternate" href="https://tetragon.io/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/332"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[eBPF-based Security Observability and Runtime Enforcement.

Tetragon is a flexible Kubernetes-aware security observability and runtime enforcement tool that applies policy and filtering directly with eBPF, allowing for reduced observation overhead, tracking of any process, and real-time enforcement of policies.

- [Tetragon @ GitHub](https://github.com/cilium/tetragon/).

Related contents:

- [Automated Kubernetes Threat Detection with Tetragon and Azure Sentinel @ Saraswathi Lakshman&amp;#039;s Medium](https://saraswathilakshman.medium.com/automated-kubernetes-threat-detection-with-tetragon-and-azure-sentinel-28c32ee152bc).
- [Tetragon: An End-of-Year 2025 Reflection @ Cilium](https://cilium.io/blog/2025/12/31/tetragon-2025-review/).
- [Mon premier contact avec Tetragon @ Le blog de Little Jo :fr:](https://blog.littlejo.link/tetragon/started/).
- [First Contact with Tetragon @ The Little Jo&amp;#039;s Blog](https://blog.littlejo.link/en/tetragon/started/).]]>
            </summary>
            <updated>2026-04-21T07:54:16+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/527</id>
            <title type="text"><![CDATA[oryx]]></title>
            <link rel="alternate" href="https://github.com/pythops/oryx" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/527"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[🕵️‍♂️ TUI for sniffing network traffic using eBPF on Linux]]>
            </summary>
            <updated>2025-08-28T17:26:01+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/797</id>
            <title type="text"><![CDATA[Odigos]]></title>
            <link rel="alternate" href="https://odigos.io/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/797"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Instant Distributed Tracing. Enterprise-Grade OpenTelemetry.
 Distributed tracing without code changes. 🚀 Instantly monitor any application using OpenTelemetry and eBPF.

Accelerate OpenTelemetry implementation with Odigos, an eBPF-based solution providing zero-code, zero-performance overhead for deeper tracing

Odigos is an open-source distributed tracing solution that simplifies and improves observability for Kubernetes environments and Virtual Machines. It provides instant tracing capabilities without requiring any code changes to your applications.

- [Odigos @ GitHub](https://github.com/odigos-io/odigos).]]>
            </summary>
            <updated>2025-08-28T18:10:27+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/1344</id>
            <title type="text"><![CDATA[netop]]></title>
            <link rel="alternate" href="https://github.com/ZingerLittleBee/netop" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/1344"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Network Top -- Help you monitor network traffic with bpf.

_netop_ is a terminal command line interface that can customize the
`network traffic` `bpf` filter rule 🎯.

Related contents:

- [Episode 605 - Goodbye World @ Linux Unplugged](https://linuxunplugged.com/605).]]>
            </summary>
            <updated>2025-08-28T19:40:08+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/1345</id>
            <title type="text"><![CDATA[ply]]></title>
            <link rel="alternate" href="https://wkz.github.io/ply/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/1345"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Dynamic Tracing in Linux.

A light-weight dynamic tracer for Linux that leverages the kernel&amp;#039;s BPF VM in concert with kprobes and tracepoints to attach probes to arbitrary points in the kernel. Most tracers that generate BPF bytecode are based on the LLVM based BCC toolchain. ply on the other hand has no required external dependencies except for libc. In addition to x86_64, ply also runs on aarch64, arm, loongarch, mips, riscv64, riscv32, and powerpc. Adding support for more ISAs is easy.

- [ply @ GitHub](https://github.com/iovisor/ply).

Related contents:

- [Episode 605 - Goodbye World @ Linux Unplugged](https://linuxunplugged.com/605).]]>
            </summary>
            <updated>2025-08-28T19:40:08+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/1346</id>
            <title type="text"><![CDATA[bpftrace]]></title>
            <link rel="alternate" href="https://bpftrace.org/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/1346"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Dynamic Tracing for Linux.

bpftrace is a high-level tracing language for Linux and provides a quick and easy way for people to write observability-based eBPF programs, especially those unfamiliar with the complexities of eBPF.

- [bpftrace @ GitHub](https://github.com/bpftrace/bpftrace).

Related contents:

- [Episode 605 - Goodbye World @ Linux Unplugged](https://linuxunplugged.com/605).
- [Full-system dynamic tracing on Linux using eBPF and bpftrace @ Joyful Bikeshedding](https://www.joyfulbikeshedding.com/blog/2019-01-31-full-system-dynamic-tracing-on-linux-using-ebpf-and-bpftrace.html).
- [bpftrace (DTrace 2.0) for Linux 2018 @ Brendan Gregg&amp;#039;s Blog](https://www.brendangregg.com/blog/2018-10-08/dtrace-for-linux-2018.html).]]>
            </summary>
            <updated>2025-08-28T19:40:09+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/1347</id>
            <title type="text"><![CDATA[BCC - BPF Compiler Collection (BCC)]]></title>
            <link rel="alternate" href="https://github.com/iovisor/bcc" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/1347"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Tools for BPF-based Linux IO analysis, networking, monitoring, and more.

BCC is a toolkit for creating efficient kernel tracing and manipulation programs, and includes several useful tools and examples. It makes use of extended BPF (Berkeley Packet Filters), formally known as eBPF, a new feature that was first added to Linux 3.15. Much of what BCC uses requires Linux 4.1 and above.

Related contents:

- [Episode 605 - Goodbye World @ Linux Unplugged](https://linuxunplugged.com/605).]]>
            </summary>
            <updated>2025-08-28T19:41:07+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/1351</id>
            <title type="text"><![CDATA[eBPF]]></title>
            <link rel="alternate" href="https://ebpf.io/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/1351"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Dynamically program the kernel for efficient networking, observability, tracing, and security.

eBPF is a revolutionary technology with origins in the Linux kernel that can run sandboxed programs in a privileged context such as the operating system kernel. It is used to safely and efficiently extend the capabilities of the kernel without requiring to change kernel source code or load kernel modules.

Related contents:

- [Episode 605 - Goodbye World @ Linux Unplugged](https://linuxunplugged.com/605).]]>
            </summary>
            <updated>2025-08-28T19:41:10+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/1500</id>
            <title type="text"><![CDATA[Kmesh]]></title>
            <link rel="alternate" href="https://kmesh.net/en/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/1500"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Kmesh is a high-performance service grid data plane software implemented based on the ebpf and programmable kernel. It adopts the sidecarless architecture and does not need to deploy proxy components on the data plane. It implements the service governance function and improves the forwarding performance of service access. 

- [Kmesh @ GitHub](https://github.com/kmesh-net/kmesh).

Related contents:

- [Kmesh v1.0 officially released! @ Cloud Native Computing Foundation](https://www.cncf.io/blog/2025/02/19/kmesh-v1-0-officially-released/).]]>
            </summary>
            <updated>2025-08-28T20:07:23+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/1517</id>
            <title type="text"><![CDATA[Kunai]]></title>
            <link rel="alternate" href="https://why.kunai.rocks/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/1517"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Threat-hunting tool for Linux . Bring your Linux Threat-Hunting capabilities to the next level.

Kunai is a powerful tool designed to bring actionable insights for tasks such as security monitoring and threat hunting on Linux systems. Think of it as the Linux counterpart to Sysmon on Windows, tailored for comprehensive and precise event monitoring.

- [Kunai @ GitHub](https://github.com/kunai-project/kunai).

Related contents:

- [nukunai @ GitHub](https://github.com/pushou/nukunai).
- [Episode \#503 consacré à Kunai, un outil open source de monitoring pour Linux @ NoLimitSecu :fr:](https://www.nolimitsecu.fr/kunai/).]]>
            </summary>
            <updated>2025-10-10T06:09:53+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/2552</id>
            <title type="text"><![CDATA[Tamanoir]]></title>
            <link rel="alternate" href="https://github.com/pythops/tamanoir" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/2552"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[A KeyLogger using eBPF 🐝]]>
            </summary>
            <updated>2025-08-28T23:02:02+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/2636</id>
            <title type="text"><![CDATA[Kyanos]]></title>
            <link rel="alternate" href="https://kyanos.io/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/2636"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[A Simple &amp;amp; Powerful Network Tracing Tool.

Visualize the time packets spend in the kernel, watch &amp;amp; analyze in command line.
Capture http/redis/mysql requests/responses in command line.

- [Kyanos @ GitHub](https://github.com/hengyoush/kyanos).]]>
            </summary>
            <updated>2025-08-28T23:17:08+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/2704</id>
            <title type="text"><![CDATA[LoxiLB]]></title>
            <link rel="alternate" href="https://www.loxilb.io/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/2704"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Cloud-Native Load-balancer.

loxilb is an open source cloud-native load-balancer based on GoLang/eBPF with the goal of achieving cross-compatibility across a wide range of on-prem, public-cloud or hybrid K8s environments. loxilb is being developed to support the adoption of cloud-native tech in telco, mobility, and edge computing.

- [LoxiLB @ GitHub](https://github.com/loxilb-io/loxilb).
- [SRE/Devops/Sysadmin newsletter : 2024/11 @ Xavier Pestel&amp;#039;s LinkedIn :fr:](https://www.linkedin.com/pulse/sredevopssysadmin-newsletter-202411-xavier-pestel-5r6ve/).]]>
            </summary>
            <updated>2025-08-28T23:27:15+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/2720</id>
            <title type="text"><![CDATA[bpftrace]]></title>
            <link rel="alternate" href="https://github.com/bpftrace/bpftrace" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/2720"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[High-level tracing language for Linux.

bpftrace is a high-level tracing language for Linux. bpftrace uses LLVM as a backend to compile scripts to eBPF-bytecode and makes use of libbpf and bcc for interacting with the Linux BPF subsystem, as well as existing Linux tracing capabilities: kernel dynamic tracing (kprobes), user-level dynamic tracing (uprobes), tracepoints, etc. The bpftrace language is inspired by awk, C, and predecessor tracers such as DTrace and SystemTap. 

- [bpftrace: a scriptable magnifying glass with X-ray vision for Linux @ Flox](https://flox.dev/blog/bpftrace--a-scriptable-magnifying-glass-with-x-ray-vision-for-linux/).]]>
            </summary>
            <updated>2025-08-28T23:29:21+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/2807</id>
            <title type="text"><![CDATA[sched_ext]]></title>
            <link rel="alternate" href="https://sched-ext.com/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/2807"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[sched_ext is a Linux kernel feature which enables implementing kernel thread schedulers in BPF and dynamically loading them. This repository contains various scheduler implementations and support utilities.

- [sched_ext schedulers and tools @ GitHub](https://github.com/sched-ext/scx).

Related contents:

- [What&amp;#039;s scheduled for sched_ext @ LWN.net](https://lwn.net/Articles/974387/).
- [Episode 589: 6 Reasons to Love Linux 6.12 @ Linux Unplugged](https://linuxunplugged.com/589).
- [Meta Is Using The Linux Scheduler Designed For Valve&amp;#039;s Steam Deck On Its Servers @ phoronix](https://www.phoronix.com/news/Meta-SCX-LAVD-Steam-Deck-Server).]]>
            </summary>
            <updated>2025-12-24T12:54:21+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/2808</id>
            <title type="text"><![CDATA[bpftune]]></title>
            <link rel="alternate" href="https://github.com/oracle/bpftune" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/2808"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[bpftune aims to provide lightweight, always-on auto-tuning of system behaviour. The key benefit it provides are

- by using BPF observability features, we can continuously monitor and adjust system behaviour.
- because we can observe system behaviour at a fine grain (rather than using coarse system-wide stats), we can tune at a finer grain too (individual socket policies, individual device policies etc).

Related contents:

- [Episode 589: 6 Reasons to Love Linux 6.12 @ Linux Unplugged](https://linuxunplugged.com/589).
- [Episode 597: Cache My OS @ Linux Unplugged](https://linuxunplugged.com/597).]]>
            </summary>
            <updated>2025-08-28T23:45:27+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/3276</id>
            <title type="text"><![CDATA[eBPF for Windows]]></title>
            <link rel="alternate" href="https://github.com/microsoft/ebpf-for-windows" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/3276"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[eBPF implementation that runs on top of Windows.

eBPF is a well-known technology for providing programmability and agility, especially for extending an OS kernel, for use cases such as DoS protection and observability. This project is a work-in-progress that allows existing eBPF toolchains and APIs familiar in the Linux ecosystem to be used on top of Windows. That is, this project takes existing eBPF projects as submodules and adds the layer in between to make them run on top of Windows.

- [eBPF Is Coming for Windows @ The New Stack](https://thenewstack.io/ebpf-is-coming-for-windows/).]]>
            </summary>
            <updated>2025-08-29T01:02:47+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/3542</id>
            <title type="text"><![CDATA[eCapture]]></title>
            <link rel="alternate" href="https://ecapture.cc/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/3542"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Capturing SSL/TLS plaintext without a CA certificate using eBPF. Supported on Linux/Android kernels for amd64/arm64. 

- [eCapture @ GitHub](https://github.com/gojue/ecapture).
- [115 - RADIUS/UDP Considered Harmful @ Feisty Duck&amp;#039;s Cryptography &amp;amp; Security Newsletter](https://www.feistyduck.com/newsletter/issue_115_radius_udp_considered_harmful).]]>
            </summary>
            <updated>2025-08-29T01:47:09+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/4288</id>
            <title type="text"><![CDATA[Coroot]]></title>
            <link rel="alternate" href="https://coroot.com/overview" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/4288"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[An open-source observability platform built for simplicity. Say goodbye to manual analysis of metrics, logs, and traces. Gain actionable insights and focus on remediation. 

 Coroot is an open-source APM &amp;amp; Observability tool, a DataDog and NewRelic alternative 📊, 🖥️, 👉. Powered by eBPF for rapid insights into system performance. Monitor, analyze, and optimize your infrastructure effortlessly for peak reliability at any scale. 

- [Coroot @ GitHub](https://github.com/coroot/coroot).]]>
            </summary>
            <updated>2025-08-29T03:51:16+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/5457</id>
            <title type="text"><![CDATA[Cilium]]></title>
            <link rel="alternate" href="https://cilium.io/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/5457"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Linux Native, API-Aware Networking and Security for Containers. eBPF-based Networking, Observability, Security.

Cilium is a networking, observability, and security solution with an eBPF-based dataplane. It provides a simple flat Layer 3 network with the ability to span multiple clusters in either a native routing or overlay mode. It is L7-protocol aware and can enforce network policies on L3-L7 using an identity based security model that is decoupled from network addressing.

- [Cilium @ GitHub](https://github.com/cilium/cilium).

Related contents:

- [Installing Cilium on EKS in Overlay(BYOCNI) and CNI Chaining Mode @ Cilium](https://cilium.io/blog/2025/07/08/byonci-overlay-install/).
- [Navigating the ingress-nginx archival: why now is the time to move to Cilium @ CNCF](https://www.cncf.io/blog/2026/01/27/navigating-the-ingress-nginx-archival-why-now-is-the-time-to-move-to-cilium/).]]>
            </summary>
            <updated>2026-01-28T13:25:09+00:00</updated>
        </entry>
    </feed>
