← All plugins
kubernetes-deployment-creator
v1.28.0Create Kubernetes deployments, services, and configurations with best practices
Claude Code1 skill
by Claude Code PluginsMIT2.6kupdated 10 hours ago
Source
git clone https://github.com/jeremylongshore/claude-code-plugins-plus-skillsClone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/devops/kubernetes-deployment-creator/ inside the repository.
Layout
plugins/devops/kubernetes-deployment-creator/
├── .claude-plugin/plugin.json└── skills/creating-kubernetes-deployments/SKILL.md
Skills1
creating-kubernetes-deploymentsskills/creating-kubernetes-deployments/SKILL.md
Deploy applications to Kubernetes with production-ready manifests. Supports Deployments, Services, Ingress, HPA, ConfigMaps, Secrets, StatefulSets, and NetworkPolicies. Includes health checks, resource limits, auto-scaling, and TLS termination. Use when working with creating kubernetes deployments. Trigger with 'creating', 'kubernetes', 'deployments'.
Manifests1
plugins/devops/kubernetes-deployment-creator/.claude-plugin/plugin.json
{
"name": "kubernetes-deployment-creator",
"version": "1.28.0",
"description": "Create Kubernetes deployments, services, and configurations with best practices",
"author": {
"name": "Claude Code Plugins",
"email": "[email protected]"
},
"repository": "https://github.com/jeremylongshore/claude-code-plugins",
"license": "MIT",
"keywords": [
"kubernetes",
"k8s",
"deployment",
"orchestration",
"containers",
"agent-skills"
]
}