What problem does it solve? Preparing for the Certified Kubernetes Security Specialist (CKS) exam and hardening production clusters requires mastering a broad, layered security model — RBAC, Pod Security Standards, NetworkPolicy, supply chain signing, runtime detection, and etcd encryption — which is difficult to navigate without a structured framework. ## Core Features & Use Cases - Defense-in-Depth Framework: Covers the full trust boundary chain (User → API → AuthN/AuthZ → Admission → Workload → Network → Storage → Runtime) with per-domain mindset guidance mapped to CKS exam weights. - Domain Reference Guides: Nine reference documents covering authentication/RBAC, workload security (PSS, seccomp, AppArmor), supply chain (Cosign, SBOM, SLSA), runtime defense (Falco, audit logging, crictl), network segmentation, data encryption (KMS v2), cluster isolation, and CIS Benchmark compliance. - Exam Strategy & Decision Frameworks: Provides a 3-pass exam strategy, common gotchas (DNS traps in NetworkPolicy, non-retroactive PSA labels), and security-vs-operability tradeoff tables. - Use Case: When designing a NetworkPolicy for a multi-tier application, load the network-security reference to apply default-deny patterns, allow DNS egress to CoreDNS, and block cloud metadata access via ipBlock. ## Quick Start Ask the agent to help you design a restricted Pod Security Standard configuration and NetworkPolicy for a production namespace using the CKS skill.