implementing-kubernetes-pod-security-standards
mukul975/Anthropic-Cybersecurity-Skills
Guides the implementation of Kubernetes Pod Security Standards (PSS) using the Pod Security Admission (PSA) controller. This process involves labeling namespaces with security profiles (Privileged, Baseline, Restricted) and enforcing policies via 'enforce', 'audit', or 'warn' modes. It is crucial for hardening container workloads, migrating away from deprecated PodSecurityPolicy, and ensuring compliance at the namespace level.