Kubernetes
Automates Kubernetes resource provisioning and management within Sundial organization's cloud infrastructure.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add sundial-org-kubernetes npx -- -y @trustedskills/sundial-org-kubernetes
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"sundial-org-kubernetes": {
"command": "npx",
"args": [
"-y",
"@trustedskills/sundial-org-kubernetes"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill enables AI agents to interact with and manage Kubernetes clusters. It allows for tasks such as deploying applications, inspecting cluster resources (pods, services, etc.), and retrieving information about the current state of a Kubernetes environment. The agent can execute commands against a configured Kubernetes context.
When to use it
- Automated deployments: Use this skill to automate the deployment of new application versions to your Kubernetes clusters.
- Troubleshooting cluster issues: Quickly diagnose problems by querying and inspecting resources within a Kubernetes cluster.
- Infrastructure management: Manage Kubernetes resources programmatically, such as scaling deployments or updating configurations.
- Cluster health monitoring: Regularly check the status of pods and services to ensure optimal performance.
Key capabilities
- Kubernetes context configuration
- Resource inspection (pods, services, etc.)
- Command execution against a Kubernetes cluster
- Deployment management
Example prompts
- "Show me all the pods in the 'production' namespace."
- "Deploy the latest version of my application to the 'staging' environment."
- "What is the current status of the service named 'my-app'?"
- “Scale deployment ‘web’ to 3 replicas”
Tips & gotchas
- Requires a properly configured Kubernetes context (kubeconfig) for authentication and authorization.
- The agent needs appropriate permissions within the Kubernetes cluster to perform 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.