Kubernetes Debug
Helps with Kubernetes, debugging 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 kubernetes-debug npx -- -y @trustedskills/kubernetes-debug
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"kubernetes-debug": {
"command": "npx",
"args": [
"-y",
"@trustedskills/kubernetes-debug"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill assists in debugging Kubernetes deployments and clusters. It can analyze error messages, identify potential causes of issues like pod failures or service unavailability, and suggest troubleshooting steps. The agent leverages its knowledge of Kubernetes concepts to provide targeted assistance during incidents.
When to use it
- You're experiencing application errors within a Kubernetes cluster and need help diagnosing the root cause.
- Pods are failing repeatedly, and you require guidance on interpreting logs and events.
- A service is unavailable, and you want to quickly identify potential issues with deployments, services, or networking.
- You suspect configuration problems in your Kubernetes manifests and need assistance validating them.
Key capabilities
- Error message analysis
- Log interpretation
- Event correlation
- Kubernetes concept understanding
- Troubleshooting suggestions
Example prompts
- "My pod is stuck in CrashLoopBackOff, what should I check?"
- "I'm seeing a 503 error when accessing my service. Can you help me debug it?"
- "Analyze these Kubernetes events and tell me why my deployment isn’t scaling up."
Tips & gotchas
This skill requires access to relevant logs, event data, and potentially the cluster configuration for effective debugging. Providing detailed context about the issue will improve the accuracy of its suggestions.
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.