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 omer-metin-kubernetes-deployment npx -- -y @trustedskills/omer-metin-kubernetes-deployment
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"omer-metin-kubernetes-deployment": {
"command": "npx",
"args": [
"-y",
"@trustedskills/omer-metin-kubernetes-deployment"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill allows AI agents to manage Kubernetes deployments. It can create, update, and delete deployment configurations within a Kubernetes cluster, ensuring applications are running as intended. Specifically, the agent can handle tasks like scaling application replicas and rolling out new versions of an application.
When to use it
- Automating application deployments: Quickly deploy new versions of your application without manual intervention.
- Scaling applications based on demand: Automatically increase or decrease the number of running instances based on load.
- Troubleshooting deployment issues: Diagnose and resolve problems with existing Kubernetes deployments.
- Managing infrastructure changes: Update deployment configurations to reflect changes in underlying infrastructure.
Key capabilities
- Create Kubernetes Deployments
- Update Kubernetes Deployments
- Delete Kubernetes Deployments
Example prompts
- "Deploy a new version of my application, 'my-app', with 3 replicas."
- "Scale the 'my-app' deployment to 5 replicas."
- “Remove the existing deployment named ‘my-app’.”
Tips & gotchas
Requires access and credentials for a Kubernetes cluster. The agent needs appropriate permissions within the cluster to perform deployment actions.
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.