Projects Portfolio

A showcase of cloud-native projects, tools, and applications that demonstrate modern development practices, infrastructure automation, and scalable system design.

Featured Projects

Maintainer

KubeArmor

KubeArmor is a cloud-native runtime security enforcement engine. It leverages Linux security modules (LSMs) such as AppArmor, SELinux, or BPF-LSM to enforce the user-specified policies and generates rich alerts/telemetry events by leveraging eBPF.

Security
Kubernetes
Enforcement
LSMs
eBPF
Go
Google Summer of Code

XDP eBPF Hooks for FreeBSD

This project extends an existing FreeBSD network driver to be able to call into an eBPF program when processing a newly received packet. As in XDP the driver currently PASS (accept and process normally) and DROP the packets as specified by the program.

FreeBSD
eBPF
XDP
Go