From kubernetes-deployment-creator
Generates Kubernetes deployment manifests, services, ingresses, ConfigMaps, Secrets, and Horizontal Pod Autoscalers following best practices with health checks and resource limits.
How this skill is triggered — by the user, by Claude, or both
Slash command
/kubernetes-deployment-creator:kubernetes-deployment-creatorThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
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.
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.
This skill activates when you need to:
User request: "Create a Kubernetes deployment for a web application named 'my-web-app' with 3 replicas, exposing port 80."
The skill will:
User request: "Set up an Ingress resource to route traffic to the 'my-web-app' service."
The skill will:
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.
Guides completion of development work by verifying tests, detecting environment, and presenting structured options for merge, PR, or cleanup.
Guides creation and editing of skills using test-driven development with pressure scenarios and subagents to verify agent compliance.
Dispatches multiple subagents concurrently for independent tasks without shared state. Use when facing 2+ unrelated failures or subsystems that can be investigated in parallel.
npx claudepluginhub danielmiessler/claude-code-plugins-plus --plugin kubernetes-deployment-creator