Kubernetes Resources
Manage Kubernetes resources like deployments, pods, and services via CLI commands and automated actions.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add kubernetes-resources npx -- -y @trustedskills/kubernetes-resources
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"kubernetes-resources": {
"command": "npx",
"args": [
"-y",
"@trustedskills/kubernetes-resources"
]
}
}
}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 Kubernetes resources. It can be used to list, describe, and manage deployments, services, pods, and other common Kubernetes objects. The agent can retrieve information about these resources and perform actions like scaling or deleting them based on user instructions.
When to use it
- Troubleshooting: Investigate the status of a failing deployment by requesting details about its pods and logs.
- Resource Management: Scale up or down a service based on current load demands.
- Infrastructure Auditing: List all running services in a namespace to ensure compliance with security policies.
- Automation: Automate repetitive tasks like creating new deployments from configuration files.
Key capabilities
- Listing Kubernetes resources (deployments, services, pods)
- Describing resource details (status, configurations)
- Managing resource lifecycle (scaling, deleting)
Example prompts
- "List all deployments in the 'production' namespace."
- "Describe the service named 'my-app'."
- "Scale the deployment 'web-server' to 3 replicas."
Tips & gotchas
The agent requires appropriate Kubernetes credentials and access to interact with your cluster. Ensure that the AI agent has sufficient RBAC permissions within your Kubernetes environment for 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.