Pod Security
Pod Security Standards
Pod Security Admission Controller
apiVersion: v1
kind: Namespace
metadata:
name: secure-namespace
labels:
pod-security.kubernetes.io/enforce: restricted
pod-security.kubernetes.io/warn: restricted
pod-security.kubernetes.io/audit: restrictedModern Security Context Examples
OPA/Gatekeeper Policy Examples
Network Policy Examples
Best Practices for 2024+
Last updated