Kcli Cluster Deployment
Automates Kubernetes cluster deployments using kcli, streamlining infrastructure provisioning and application rollout.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add kcli-cluster-deployment npx -- -y @trustedskills/kcli-cluster-deployment
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"kcli-cluster-deployment": {
"command": "npx",
"args": [
"-y",
"@trustedskills/kcli-cluster-deployment"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill allows you to deploy Kubernetes resources using the kcli command-line tool. It simplifies common deployment tasks by providing a structured interface and automating repetitive steps. You can create, update, and delete Kubernetes deployments, services, and other related objects directly through AI agent prompts.
When to use it
- Automated Deployments: Quickly deploy new application versions to your Kubernetes cluster without manual YAML editing.
- Infrastructure as Code (IaC): Manage and maintain your Kubernetes infrastructure using a declarative approach guided by natural language instructions.
- DevOps Workflows: Integrate deployment tasks into automated CI/CD pipelines managed by an AI agent.
- Troubleshooting: Easily revert to previous deployments or modify existing resources in response to incidents.
Key capabilities
- Deployment creation and management
- Service definition and updates
- Kubernetes resource manipulation via
kclicommands
Example prompts
- "Deploy the latest version of my application named 'my-app' to the 'production' namespace."
- "Update the image tag for the deployment 'web-server' to 'v2.0'."
- "Delete the service called 'database-service'."
Tips & gotchas
- Requires
kclito be installed and configured with access to your Kubernetes cluster. - The AI agent needs appropriate permissions within the Kubernetes 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.