Kubernetes Operations
Automates Kubernetes cluster management tasks like deployments, scaling, and troubleshooting using kubectl commands.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add rohitg00-kubernetes-operations npx -- -y @trustedskills/rohitg00-kubernetes-operations
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"rohitg00-kubernetes-operations": {
"command": "npx",
"args": [
"-y",
"@trustedskills/rohitg00-kubernetes-operations"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill enables AI agents to perform Kubernetes operations. It allows for tasks like deploying applications, scaling deployments, and inspecting cluster resources. The agent can execute commands against a Kubernetes cluster using kubectl, providing automated management capabilities.
When to use it
- Automating deployment of new microservices to a Kubernetes cluster.
- Scaling existing Kubernetes deployments based on resource utilization or traffic patterns.
- Troubleshooting issues by inspecting pod logs and resource configurations within the cluster.
- Performing routine maintenance tasks such as rolling updates and node management.
Key capabilities
kubectlcommand execution- Deployment management (create, update, delete)
- Scaling deployments
- Resource inspection (pods, services, etc.)
Example prompts
- "Deploy the 'my-app' Docker image to my Kubernetes cluster."
- "Scale the 'web-service' deployment to 5 replicas."
- "Show me the logs for the 'database-pod'."
Tips & gotchas
The agent requires access credentials and a configured kubectl context to interact with your Kubernetes cluster. Ensure proper authentication is set up before using this skill, or it will fail to execute commands.
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.