K8S Deploy
Deploys containerized applications to Kubernetes clusters using provided YAML files and configuration parameters.
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 npx -- -y @trustedskills/k8s-deploy
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"k8s-deploy": {
"command": "npx",
"args": [
"-y",
"@trustedskills/k8s-deploy"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill automates Kubernetes deployments using kubectl. It simplifies creating, updating, and managing applications within a Kubernetes cluster. The agent can deploy containerized applications based on provided YAML manifests or generate deployment files from specifications.
When to use it
- Deploying a new microservice application to a staging environment.
- Updating an existing application with the latest code changes in production.
- Creating a basic Kubernetes deployment for a simple web server.
- Rolling back a failed deployment to a previous stable version.
Key capabilities
kubectl apply: Applies configuration from YAML files to deploy resources.- Manifest generation: Creates Kubernetes manifests based on user specifications.
- Deployment updates: Modifies existing deployments with new configurations.
- Rollbacks: Reverts deployments to previous versions in case of errors.
Example prompts
- "Deploy the application defined in
my-app.yaml." - "Create a Kubernetes deployment for a web server using Nginx."
- “Update the image tag of my existing deployment named 'web-app' to version 2.0.”
Tips & gotchas
The skill requires access to a Kubernetes cluster and appropriate credentials configured within your environment. Ensure that the YAML manifests provided are valid and compatible with your target Kubernetes cluster version.
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.