MCP HubMCP Hub
スキル一覧に戻る

managing-network-policies

jeremylongshore
更新日 Yesterday
88 閲覧
712
74
712
GitHubで表示
メタaidesign

について

このスキルは、ClaudeがKubernetesのネットワークポリシーとファイアウォールルールの作成、変更、分析を可能にします。Kubernetesネットワークセキュリティのための安全で本番環境対応の設定を生成する必要がある際にご利用ください。ポッド間通信やクラスターのイングレス/エグレス制御を管理するためのベストプラクティスの実装を支援します。

クイックインストール

Claude Code

推奨
プラグインコマンド推奨
/plugin add https://github.com/jeremylongshore/claude-code-plugins-plus
Git クローン代替
git clone https://github.com/jeremylongshore/claude-code-plugins-plus.git ~/.claude/skills/managing-network-policies

このコマンドをClaude Codeにコピー&ペーストしてスキルをインストールします

ドキュメント

Overview

This skill empowers Claude to assist with Kubernetes network policy management. It simplifies the creation, modification, and analysis of network policies and firewall rules, ensuring secure and compliant network configurations within Kubernetes clusters.

How It Works

  1. Receiving User Request: Claude receives a user request related to Kubernetes network policies or firewall rules.
  2. Invoking network-policy-manager: Claude invokes the network-policy-manager plugin.
  3. Generating Configuration: The plugin generates the necessary configuration files based on the user's requirements and infrastructure details.

When to Use This Skill

This skill activates when you need to:

  • Create new Kubernetes network policies.
  • Modify existing network policies.
  • Analyze the impact of network policies on Kubernetes cluster security.

Examples

Example 1: Creating a New Network Policy

User request: "Create a network policy that allows pods with the label app=frontend to access pods with the label app=backend on port 8080."

The skill will:

  1. Invoke the network-policy-manager plugin.
  2. Generate a Kubernetes network policy YAML file that implements the requested access control.

Example 2: Modifying an Existing Network Policy

User request: "Modify the existing network policy 'allow-frontend-to-backend' to also allow access on port 8081."

The skill will:

  1. Invoke the network-policy-manager plugin.
  2. Generate a modified Kubernetes network policy YAML file with the updated port configuration.

Best Practices

  • Security First: Always prioritize the principle of least privilege when defining network policies.
  • Regular Audits: Regularly review and update network policies to adapt to evolving security needs.
  • Testing: Thoroughly test network policies in a non-production environment before deploying them to production.

Integration

This skill integrates with other DevOps tools and plugins by generating standard Kubernetes YAML files, which can be applied using kubectl or integrated into CI/CD pipelines.

GitHub リポジトリ

jeremylongshore/claude-code-plugins-plus
パス: backups/skills-batch-20251204-000554/plugins/devops/network-policy-manager/skills/network-policy-manager
aiautomationclaude-codedevopsmarketplacemcp

関連スキル

content-collections

メタ

This skill provides a production-tested setup for Content Collections, a TypeScript-first tool that transforms Markdown/MDX files into type-safe data collections with Zod validation. Use it when building blogs, documentation sites, or content-heavy Vite + React applications to ensure type safety and automatic content validation. It covers everything from Vite plugin configuration and MDX compilation to deployment optimization and schema validation.

スキルを見る

creating-opencode-plugins

メタ

This skill provides the structure and API specifications for creating OpenCode plugins that hook into 25+ event types like commands, files, and LSP operations. It offers implementation patterns for JavaScript/TypeScript modules that intercept and extend the AI assistant's lifecycle. Use it when you need to build event-driven plugins for monitoring, custom handling, or extending OpenCode's capabilities.

スキルを見る

evaluating-llms-harness

テスト

This Claude Skill runs the lm-evaluation-harness to benchmark LLMs across 60+ standardized academic tasks like MMLU and GSM8K. It's designed for developers to compare model quality, track training progress, or report academic results. The tool supports various backends including HuggingFace and vLLM models.

スキルを見る

sglang

メタ

SGLang is a high-performance LLM serving framework that specializes in fast, structured generation for JSON, regex, and agentic workflows using its RadixAttention prefix caching. It delivers significantly faster inference, especially for tasks with repeated prefixes, making it ideal for complex, structured outputs and multi-turn conversations. Choose SGLang over alternatives like vLLM when you need constrained decoding or are building applications with extensive prefix sharing.

スキルを見る