Kubernetes Deployment
Helps with Kubernetes, deployment as part of deploying and managing cloud infrastructure workflows.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add kubernetes-deployment npx -- -y @trustedskills/kubernetes-deployment
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"kubernetes-deployment": {
"command": "npx",
"args": [
"-y",
"@trustedskills/kubernetes-deployment"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
The kubernetes-deployment skill enables AI agents to manage containerized applications within Kubernetes clusters. It handles the full lifecycle of deployments, including creating, updating, and deleting workloads based on user instructions or configuration files.
When to use it
- Automating the rollout of new application versions to production environments.
- Scaling up or down the number of pod replicas in response to traffic changes.
- Rolling back a failed deployment to a previous stable version quickly.
- Applying complex Kubernetes manifests that define multiple resources like services and ingress rules.
Key capabilities
- Creating new deployments from YAML configuration files.
- Updating existing deployments with new images or resource specifications.
- Deleting specific deployments or entire namespaces.
- Managing rollout strategies such as rolling updates and recreate modes.
Example prompts
- "Create a Kubernetes deployment for my web app using the provided Docker image
my-app:v2with 3 replicas." - "Update the existing
frontend-servicedeployment to use the latest stable tag and increase memory limits to 512Mi." - "Rollback the
api-gatewaydeployment to the previous revision after the last update caused errors."
Tips & gotchas
Ensure your AI agent has read/write access to the target Kubernetes cluster via kubeconfig or API tokens before attempting operations. Complex manifests involving multiple interdependent resources may require careful validation to prevent breaking existing services during updates.
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.