Kubernetes Service Manager
Automates Kubernetes service deployments, updates, scaling, and monitoring via simple commands.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add kubernetes-service-manager npx -- -y @trustedskills/kubernetes-service-manager
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"kubernetes-service-manager": {
"command": "npx",
"args": [
"-y",
"@trustedskills/kubernetes-service-manager"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The Kubernetes Service Manager skill allows you to manage and interact with Kubernetes services programmatically. It can deploy new services, scale existing ones, and retrieve service details like endpoints and configurations. This skill simplifies common Kubernetes tasks through natural language commands.
When to use it
- You need to quickly deploy a new microservice to your Kubernetes cluster without using
kubectldirectly. - You want to automatically scale the number of replicas for an existing service based on current load.
- You require information about the endpoints associated with a specific Kubernetes service.
- You're troubleshooting a deployment and need to check the configuration of a particular service.
Key capabilities
- Deploy new Kubernetes services from YAML definitions.
- Scale existing Kubernetes services by adjusting replica counts.
- Retrieve details, including endpoint information, for Kubernetes services.
- Manage service configurations.
Example prompts
- "Deploy my application using this yaml file:
service.yaml." - "Scale the 'my-app' service to 5 replicas."
- "What are the endpoints for the 'database' service?"
Tips & gotchas
The skill requires access to a Kubernetes cluster and appropriate permissions to manage services. Ensure that the YAML files provided contain valid Kubernetes configurations.
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.