K8S Cluster Api
Provides API guidance and assistance for deploying and managing cloud infrastructure.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add k8s-cluster-api npx -- -y @trustedskills/k8s-cluster-api
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"k8s-cluster-api": {
"command": "npx",
"args": [
"-y",
"@trustedskills/k8s-cluster-api"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill allows AI agents to interact with and manage Kubernetes clusters using Cluster API. It can provision, configure, and monitor Kubernetes clusters programmatically, automating cluster lifecycle management tasks. The agent can also perform actions like scaling worker nodes or updating the Kubernetes version on a managed cluster.
When to use it
- Automating the creation of new development or testing Kubernetes clusters.
- Managing multiple Kubernetes clusters across different environments (e.g., staging, production).
- Scaling existing Kubernetes clusters based on resource utilization metrics.
- Performing rolling upgrades of Kubernetes versions on managed clusters.
Key capabilities
- Cluster provisioning
- Node scaling
- Kubernetes version updates
- Cluster monitoring
Example prompts
- "Create a new Kubernetes cluster named 'dev-cluster' in the us-east region."
- "Scale up the number of worker nodes in the 'prod-cluster' to 10."
- "Upgrade the Kubernetes version on the 'staging-cluster' to v1.28."
Tips & gotchas
Requires appropriate credentials and permissions within your Kubernetes environment for the agent to execute commands successfully. The specific Cluster API controllers and infrastructure provider (e.g., AWS, Azure, GCP) must be configured beforehand.
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.