# Syn K8S Netpolicy

> Kubernetes: network policy isolation

- Skill: `legendtkl/syn-k8s-netpolicy` (Agent Skill)
- Install (CLI): `npx skillmds@latest add legendtkl/syn-k8s-netpolicy`
- Raw SKILL.md: https://api.skillmd.com/api/skills/legendtkl/syn-k8s-netpolicy/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: DevOps & Infra
- Author: legendtkl (https://skillmd.com/u/legendtkl)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/legendtkl/syn-k8s-netpolicy

---


# Kubernetes: network policy isolation

## When to use

Use this skill for network policy isolation in Kubernetes. This skill
specifically handles network policy isolation and nothing else in the
Kubernetes family.

## Procedure

Write NetworkPolicy resources to default-deny traffic and explicitly allow pod-to-pod ingress/egress by label selector and port.

## Notes

This is the Kubernetes skill dedicated to network policy isolation.
Sibling skills cover other Kubernetes capabilities; this one
is the right choice only when the task is about network policy isolation.

