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 maneeshanif-kubernetes-deployment npx -- -y @trustedskills/maneeshanif-kubernetes-deployment
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"maneeshanif-kubernetes-deployment": {
"command": "npx",
"args": [
"-y",
"@trustedskills/maneeshanif-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 create and manage Kubernetes Deployment resources. It can generate YAML configurations for deployments, apply them to a Kubernetes cluster, and retrieve information about existing deployments. The agent can also update or delete deployment resources as needed.
When to use it
- Deploying a new application: Quickly spin up a new application by defining its desired state in a Deployment resource.
- Scaling an existing application: Adjust the number of replicas for a running application based on load or demand.
- Updating an application's configuration: Modify the image version or other settings within a deployment without downtime.
- Troubleshooting deployments: Inspect the status and logs of Kubernetes Deployments to diagnose issues.
Key capabilities
- Generate Kubernetes Deployment YAML
- Apply Deployment configurations to a cluster
- Retrieve information about existing Deployments
- Update Deployment resources
- Delete Deployment resources
Example prompts
- "Create a deployment named 'my-app' with 3 replicas using the image 'nginx:latest'."
- "Scale the 'my-app' deployment to 5 replicas."
- "Show me the status of the 'my-app' deployment."
Tips & gotchas
The agent requires access to a Kubernetes cluster and appropriate credentials. Ensure that the AI agent has sufficient permissions within the cluster to perform the requested 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.