Skip to main content

Command Palette

Search for a command to run...

Kernel-Native Kubernetes Security

Series

Kernel-Native Kubernetes Security

Notes from building network security that lives where the traffic does — in the kernel. This series covers the engineering behind enforcing zero-trust policy and capturing every flow across both Linux (eBPF) and Windows Server (WFP) nodes in Kubernetes: the boundaries of the prevailing tooling, the certification and signing gauntlet Windows kernel drivers demand, and the design decisions behind treating a mixed-OS cluster as one security domain.

  1. Getting a kernel driver through Microsoft certification as a bootstrapped startup

    Part of the Kernel-Native Kubernetes Security series. Friday's post explained why Nyx's Windows enforcement runs as a Windows Filtering Platform callout driver in the kernel. This one is about what it took to make that driver legitimate — the certification gauntlet Microsoft requires before a production Windows Server kernel will load your code. It's a story about walls, and about the tool we built and open-sourced when we hit the last one.

    Jul 6, 20268 min read80
    Getting a kernel driver through Microsoft certification as a bootstrapped startup