implementing-pod-security-admission-controller
mukul975/Anthropic-Cybersecurity-Skills
A comprehensive guide to implementing Kubernetes Pod Security Admission (PSA), a native admission controller stable since v1.25. PSA enforces Pod Security Standards (Privileged, Baseline, Restricted) at the namespace level, replacing the deprecated PodSecurityPolicy. Use this skill to harden Kubernetes environments, establish robust security baselines, and control pod deployment security using enforce, audit, or warn modes.