> creating-kubernetes-deployments

This skill enables Claude to generate Kubernetes deployment manifests, services, and related configurations following best practices. It should be used when the user asks to create a new Kubernetes deployment, service, ingress, or other related resources. Claude will generate YAML files for Deployments, Services, ConfigMaps, Secrets, Ingress, and Horizontal Pod Autoscalers. Use this skill when the user mentions "Kubernetes deployment", "K8s deployment", "create service", "define ingress", or ask

fetch
$curl "https://skillshub.wtf/jeremylongshore/claude-code-plugins-plus-skills/kubernetes-deployment-creator?format=md"
SKILL.mdcreating-kubernetes-deployments

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.

> related_skills --same-repo

> agent-context-loader

PROACTIVE AUTO-LOADING: Automatically detects and loads AGENTS.md files from the current working directory when starting a session or changing directories. This skill ensures agent-specific instructions are incorporated into Claude Code's context alongside CLAUDE.md, enabling specialized agent behaviors. Triggers automatically when Claude detects it's working in a directory, when starting a new session, or when explicitly requested to "load agent context" or "check for AGENTS.md file".

> Google Cloud Agent SDK Master

Automatic activation for ALL Google Cloud Agent Development Kit (ADK) and Agent Starter Pack operations - multi-agent systems, containerized deployment, RAG agents, and production orchestration. **TRIGGER PHRASES:** - "adk", "agent development kit", "agent starter pack", "multi-agent", "build agent" - "cloud run agent", "gke deployment", "agent engine", "containerized agent" - "rag agent", "react agent", "agent orchestration", "agent templates" **AUTO-INVOKES FOR:** - Agent creation and scaffold

> Vertex AI Media Master

Automatic activation for ALL Google Vertex AI multimodal operations - video processing, audio generation, image creation, and marketing campaigns. **TRIGGER PHRASES:** - "vertex ai", "gemini multimodal", "process video", "generate audio", "create images", "marketing campaign" - "imagen", "video understanding", "multimodal", "content generation", "media assets" **AUTO-INVOKES FOR:** - Video processing and understanding (up to 6 hours) - Audio generation and transcription - Image generation with I

> yaml-master

PROACTIVE YAML INTELLIGENCE: Automatically activates when working with YAML files, configuration management, CI/CD pipelines, Kubernetes manifests, Docker Compose, or any YAML-based workflows. Provides intelligent validation, schema inference, linting, format conversion (JSON/TOML/XML), and structural transformations with deep understanding of YAML specifications and common anti-patterns.

┌ stats

installs/wk0
░░░░░░░░░░
github stars1.6K
██████████
first seenMar 17, 2026
└────────────

┌ repo

jeremylongshore/claude-code-plugins-plus-skills
by jeremylongshore
└────────────

┌ tags

└────────────