K8S Deploy Auto
Automatically deploys containerized applications to Kubernetes clusters based on provided configuration files.
Install on your platform
We auto-selected Claude Code based on this skillβs supported platforms.
Run in terminal (recommended)
claude mcp add k8s-deploy-auto npx -- -y @trustedskills/k8s-deploy-auto
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"k8s-deploy-auto": {
"command": "npx",
"args": [
"-y",
"@trustedskills/k8s-deploy-auto"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill automates Kubernetes deployments. It handles creating deployment manifests, applying them to a cluster, and managing updates based on provided configurations or code changes. The tool streamlines the process of deploying applications within a Kubernetes environment, reducing manual effort and potential errors.
When to use it
- Deploying a new version of an application to a staging or production Kubernetes cluster.
- Automating rollbacks to previous versions of deployed applications in case of issues.
- Creating deployments from existing Docker images stored in container registries.
- Updating configurations for existing deployments, such as scaling the number of replicas.
Key capabilities
- Manifest generation
- Cluster deployment
- Update management
- Rollback functionality
- Docker image integration
Example prompts
- "Deploy my application from Docker image
my-registry/my-app:latestto theproductionnamespace." - "Create a Kubernetes deployment for this YAML file: [paste YAML content]."
- βRoll back the last deployed version of my application.β
Tips & gotchas
The skill requires access to a configured Kubernetes cluster. Ensure proper authentication and authorization are set up before using it, as incorrect credentials will prevent deployments from succeeding.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates β what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
π Community
Passed automated security scans.