Kubespray Deployment
Automates Kubernetes cluster deployment using Kubespray, simplifying infrastructure provisioning and configuration for DevOps teams.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add kubespray-deployment npx -- -y @trustedskills/kubespray-deployment
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"kubespray-deployment": {
"command": "npx",
"args": [
"-y",
"@trustedskills/kubespray-deployment"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill automates Kubernetes cluster deployments using Kubespray. It handles the provisioning of infrastructure, configuration of control plane and worker nodes, and subsequent cluster setup based on predefined or custom configurations. The resulting Kubernetes clusters are ready for application deployment and management.
When to use it
- Rapid Cluster Creation: Quickly deploy a new Kubernetes cluster for testing, development, or staging environments.
- Consistent Deployments: Ensure consistent cluster deployments across different infrastructure providers by leveraging Kubespray's declarative approach.
- Automated Upgrades: Automate the process of upgrading existing Kubernetes clusters to newer versions using Kubespray’s upgrade procedures.
- Infrastructure as Code (IaC): Integrate Kubernetes deployment into your IaC workflows for reproducible and automated infrastructure management.
Key capabilities
- Kubernetes cluster provisioning
- Control plane node configuration
- Worker node configuration
- Cluster upgrades
- Declarative configuration via Ansible playbooks
Example prompts
- "Deploy a Kubernetes cluster with three control plane nodes and five worker nodes."
- "Upgrade my existing Kubernetes cluster to version 1.28 using Kubespray."
- "Create a new Kubernetes cluster based on the 'production' configuration profile."
Tips & gotchas
- Requires familiarity with Ansible and Kubernetes concepts for advanced customization.
- Ensure proper network connectivity between nodes during deployment.
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.