Working as a solutions architect while going deep on Kubernetes security — prevention-first thinking, open source tooling, and a daily rabbit hole of hands-on learning. I make the mistakes, then figure out how to fix them (eventually).
Nothing here yet.
Feb 16 · 7 min read · In Part 1, we stayed close to the kernel. We watched a process call uname(), attach a seccomp filter, and then get shut down at the syscall boundary. No permissions debate. No LSM policy. No capability check. The kernel simply said: that syscall does...
Join discussion
Feb 5 · 10 min read · Introduction We’ve already covered two Linux security mechanisms that show up in Kubernetes securityContext: LSMs (mainly AppArmor) Capabilities. Both matter. Both do real work. But there’s a third piece that’s just as important: seccomp. If capa...
Join discussion