What problem does it solve? Securing Kubernetes clusters requires correctly configuring network isolation, access control, and pod security, which involves many interlocking YAML resources that are easy to misconfigure. This Skill provides ready-to-adapt manifests and patterns for defense-in-depth cluster security. ## Core Features & Use Cases - Network Segmentation: Apply NetworkPolicy templates including default-deny, DNS egress, frontend-to-backend, and cross-namespace rules. - Access Control: Configure RBAC Roles, ClusterRoles, and RoleBindings following least-privilege patterns for users and ServiceAccounts. - Pod Hardening & Policy Enforcement: Enforce Pod Security Standards, restricted security contexts, OPA Gatekeeper constraints, and Istio mTLS/AuthorizationPolicy. - Use Case: When onboarding a new production namespace, apply the default-deny NetworkPolicy, enable the restricted Pod Security Standard, and bind a least-privilege Role to the application's ServiceAccount. ## Quick Start Generate a default-deny NetworkPolicy and a restricted pod security configuration for my production namespace.