creating-kubernetes-deployments

Solid

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 asks for a manifest for any K8s resource.

DevOps & Infrastructure 2,266 stars 315 forks Updated today MIT

Install

View on GitHub

Quality Score: 93/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

## 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 r...

Details

Author
jeremylongshore
Repository
jeremylongshore/claude-code-plugins-plus-skills
Created
7 months ago
Last Updated
today
Language
Python
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

DevOps & Infrastructure Solid

orchestrating-deployment-pipelines

This skill orchestrates complex, multi-stage deployment pipelines. It generates production-ready configurations and setup code based on user-specified requirements and infrastructure. Use this skill when the user asks to create a deployment pipeline, generate CI/CD configurations, or needs help with automating software deployments. Trigger terms include "deployment pipeline", "CI/CD", "automate deployment", "pipeline configuration", and "deployment orchestration".

2,266 Updated today
jeremylongshore
DevOps & Infrastructure Solid

k8s-manifest-generator

Create production-ready Kubernetes manifests for Deployments, Services, ConfigMaps, and Secrets following best practices and security standards. Use when generating Kubernetes YAML manifests, creating K8s resources, or implementing production-grade Kubernetes configurations.

36,166 Updated yesterday
wshobson
DevOps & Infrastructure Listed

k8s-manifest-generator

Create production-ready Kubernetes manifests for Deployments, Services, ConfigMaps, and Secrets following best practices and security standards. Use when generating Kubernetes YAML manifests, creating K8s resources, or implementing production-grade Kubernetes configurations.

21 Updated 5 days ago
HermeticOrmus
DevOps & Infrastructure Listed

k8s-manifest-generator

Create production-ready Kubernetes manifests for Deployments, Services, ConfigMaps, and Secrets following best practices and security standards. Use when generating Kubernetes YAML manifests, creating K8s resources, or implementing production-grade Kubernetes configurations.

335 Updated today
aiskillstore
DevOps & Infrastructure Solid

k8s-manifest-generator

Step-by-step guidance for creating production-ready Kubernetes manifests including Deployments, Services, ConfigMaps, Secrets, and PersistentVolumeClaims.

39,227 Updated today
sickn33