Infrastructure & Projects

A selection of systems I've architected, infrastructure I've automated, and tools I've built to make engineering teams faster and more reliable.

eBPF Network Observability Agent

A high-performance Linux daemon written in Rust that leverages eBPF (Extended Berkeley Packet Filter) to trace TCP/UDP packet latency at the kernel level without application instrumentation. Exports metrics directly to Prometheus, enabling microsecond-level network anomaly detection.

1.2k 342
Rust eBPF Prometheus

Rust-based Custom K8s Scheduler

A specialized Kubernetes custom scheduler developed using the Kubernetes API server integration framework. It optimizes pod placement based on GPU memory fragmentation and real-time network topology weights, achieving 15% better cluster utilization compared to the default kube-scheduler.

890 128
Kubernetes Rust Systems

Multi-region Terraform Modules

An open-source library of highly opinionated Terraform modules designed for multi-region active-active cloud architectures on AWS. Features built-in VPC peering logic, automated Route53 latency-based routing, and cross-region DynamoDB global tables orchestration.

2.1k 451
Terraform AWS HCL