🛡️
DevOps

Kubernetes Network Policies

by devton

Kubernetes Network Policies is a DevOps skill for Claude Code, published by devton in agentic-workflow-blueprint.

66 stars4 forkson devton/agentic-workflow-blueprintAdded 2026/08/12Repository updated 2026/08/08
Install in seconds
Install Kubernetes Network Policies
Copy Kubernetes Network Policies into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/devton/agentic-workflow-blueprint/tree/main/workflows/implementing-network-policies-for-kubernetes ~/.claude/skills/implementing-network-policies-for-kubernetes

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/devton/agentic-workflow-blueprint.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
workflows/implementing-network-policies-for-kubernetes/SKILL.md in devton/agentic-workflow-blueprint
Installs to
~/.claude/skills/implementing-network-policies-for-kubernetes
Collection
One of 26 skills cataloged from this repository
Category
DevOps798 skills

What Kubernetes Network Policies does

Kubernetes Network Policies implements default-deny, least-privilege ingress and egress rules for namespaces and workloads. Use it when you need to segment traffic, preserve required dependencies, and validate blocked and allowed paths before rollout.

Kubernetes Network Policies is cataloged under DevOps on DirSkills.

Documentation

README

agentic-workflows-blueprint.workflow.implementing-network-policies-for-kubernetes

Goal

Implement Kubernetes NetworkPolicies that enforce zero-trust segmentation with deterministic validation and rollback-safe rollout controls.

Scope

  • Applies to: namespace/workload ingress-egress policy design and enforcement in Kubernetes clusters with compatible CNI.
  • Does not cover: perimeter firewall management outside Kubernetes networking scope.

Triggers

  • "Implement Kubernetes NetworkPolicies"
  • "Apply default deny and allow-list traffic"
  • "Segment workloads with least-privilege network access"
  • "Block metadata endpoint and lateral movement"

Inputs

This is the opening of the README. Read the full README on GitHub.

Frequently asked about Kubernetes Network Policies

  • What else does devton publish alongside Kubernetes Network Policies?

    Kubernetes Network Policies is one of 26 skills that DirSkills catalogs from devton/agentic-workflow-blueprint, the repository it ships in. Its siblings there include Agentic Workflow Blueprint, Analyzing Kubernetes Audit Logs and Brainstorming. Each one is a separate skill with its own page in this directory, installs the same way Kubernetes Network Policies does, and is maintained by devton in that same repository. The rest of the collection is listed on the devton/agentic-workflow-blueprint page.

  • How does Kubernetes Network Policies compare to other DevOps skills?

    Kubernetes Network Policies ranks #743 by stars among the 798 DevOps skills in this catalog. The most-starred ones next to it are Backend Patterns, API Connector Builder and Migration. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Kubernetes Network Policies against them. Open each page to compare what they document and how they install.

More from devton/agentic-workflow-blueprint

Kubernetes Network Policies is one of 26 skills cataloged on DirSkills from devton/agentic-workflow-blueprint.

See all 26 skills