Cloud K8S Deployment
Automates Kubernetes deployments to cloud platforms like AWS, Azure, and GCP using provided configuration files.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add cloud-k8s-deployment npx -- -y @trustedskills/cloud-k8s-deployment
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"cloud-k8s-deployment": {
"command": "npx",
"args": [
"-y",
"@trustedskills/cloud-k8s-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 deploy applications to a Kubernetes cluster. It handles tasks such as creating deployments, services, and ingresses based on provided configuration files or specifications. The agent can also manage updates and rollbacks of deployed applications.
When to use it
- Automating the deployment of new microservices to a staging environment for testing.
- Rolling out updated versions of an application with zero downtime using Kubernetes rolling updates.
- Troubleshooting deployment issues by inspecting Kubernetes resources (deployments, services).
- Creating and managing ingress rules to expose applications externally.
Key capabilities
- Deployment creation from configuration files
- Service definition and management
- Ingress rule creation
- Application updates and rollbacks
- Resource inspection
Example prompts
- "Deploy the application defined in
my-app-deployment.yamlto the 'staging' namespace." - "Create a Kubernetes service for my deployment named 'my-service'."
- “Rollback the last deployment of ‘web-app’ to version 1.2.”
Tips & gotchas
- Requires access and authentication credentials for your Kubernetes cluster.
- The skill relies on valid Kubernetes configuration files (YAML or JSON). Incorrect syntax will lead to deployment failures.
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.