Summary

Further Reading

Curated references, specs, and tools to go deeper on Kubernetes security.

A short, curated list. Everything here earned its place; there is no attempt to be complete.

Primary Documentation

Start with the project’s own material. It is unusually good for security topics:

Standards And Benchmarks

Threat Intelligence And Attack Technique

Reading attack write-ups is the fastest way to make defensive settings feel concrete:

Tools Worth Knowing

ToolWhat it does
kube-benchRuns the CIS benchmark against your cluster
kube-hunterActively probes a cluster for known weaknesses
TrivyImage, filesystem, and manifest scanning
Kyverno / GatekeeperPolicy engines covered in the admission control section
FalcoRuntime syscall-level detection
CosignImage signing and verification
rbac-lookup / rakkessAnswer “who can do what” quickly
Security Profiles OperatorManages seccomp and AppArmor profiles as cluster resources

Staying Current

Kubernetes security moves fast; a small recurring habit beats a big annual catch-up:

How To Read This List

Pick by role. Running clusters: CIS benchmark via kube-bench, the NSA/CISA guide, and the announcements list. Building platform policy: the Pod Security Standards and the policy engine docs. Doing security review or red teaming: Bad Pods, the threat matrices, and Hacking Kubernetes.