implementing-pod-security-admission-controller
mukul975/Anthropic-Cybersecurity-Skills
This skill details how to configure and manage the Kubernetes Pod Security Admission (PSA) controller. PSA enforces Pod Security Standards (Privileged, Baseline, Restricted) at the namespace level, replacing the deprecated PodSecurityPolicy. It guides users on setting cluster-wide defaults, applying standards via labels, and utilizing 'enforce', 'audit', or 'warn' modes for robust cluster security and debugging.