Back to list
jeremylongshore

creating-kubernetes-deployments

by jeremylongshore

Hundreds of Claude Code plugins with embedded AI skills. Learn via interactive Jupyter tutorials.

1,042🍴 135📅 Jan 23, 2026

SKILL.md


Overview

This skill allows Claude to create production-ready Kubernetes deployments and services. It generates complete K8s manifests with health checks, auto-scaling, ingress, TLS, and resource management configured.

How It Works

  1. Receiving Request: Claude receives a request to create Kubernetes resources.
  2. Generating Manifests: Claude generates YAML manifests for deployments, services, configmaps, secrets, ingress, and horizontal pod autoscalers based on the user's requirements.
  3. Presenting Manifests: Claude presents the generated manifests to the user for review and deployment.

When to Use This Skill

This skill activates when you need to:

  • Create a new Kubernetes deployment.
  • Define a Kubernetes service for an application.
  • Generate Kubernetes manifests for any K8s resource.

Examples

Example 1: Deploying a Web Application

User request: "Create a Kubernetes deployment for a web application named 'my-web-app' with 3 replicas, exposing port 80."

The skill will:

  1. Generate a Deployment manifest for 'my-web-app' with 3 replicas.
  2. Generate a Service manifest to expose port 80 of the deployment.

Example 2: Setting up Ingress for a Service

User request: "Set up an Ingress resource to route traffic to the 'my-web-app' service."

The skill will:

  1. Generate an Ingress manifest to route external traffic to the 'my-web-app' service.
  2. Configure TLS termination for secure access.

Best Practices

  • Resource Limits: Define resource requests and limits for each container to ensure fair resource allocation.
  • Health Checks: Configure liveness and readiness probes to enable automatic restarts and prevent traffic from being routed to unhealthy pods.
  • Namespaces: Use namespaces to isolate different environments or applications within the cluster.

Integration

This skill can be used with other Claude Code plugins for tasks such as deploying infrastructure-as-code (IaC) or integrating with CI/CD pipelines. It provides the Kubernetes manifests that other plugins can then deploy or manage.

Score

Total Score

85/100

Based on repository quality metrics

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

+10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 1000以上

+15
最近の活動

1ヶ月以内に更新

+10
フォーク

10回以上フォークされている

+5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

+5

Reviews

💬

Reviews coming soon