k8s-security
Installation
SKILL.md
Kubernetes Security
When to use
This skill covers the cluster and workload layer on top of container-hardening. Image content and build live there; what K8s does with those images (scheduling, RBAC, networking, secrets, runtime policy) lives here.
Activates on:
- A request like "review our K8s manifests", "our RBAC is sprawling", "turn on Pod Security Standards", "write a NetworkPolicy", "which admission controller should we use", "cosign verification in the cluster".
- New or modified manifests:
Deployment,StatefulSet,DaemonSet,Job,ServiceAccount,Role(Binding),ClusterRole(Binding),NetworkPolicy,ValidatingAdmissionPolicy, Helm charts, Kustomize overlays. - A cluster audit driven by compliance (CIS Kubernetes Benchmark, NSA/CISA guide, PCI-DSS cloud scope).
- A handoff from
security-reviewwhen K8s is in scope. - An incident where lateral movement in a cluster is suspected (see
ir-runbookfor response).