Kubernetes

🌐Community
by openhands · vlatest · Repository

Automates Kubernetes cluster deployments, scaling, and management using declarative configurations via openhands' intuitive interface.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add openhands-kubernetes npx -- -y @trustedskills/openhands-kubernetes
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "openhands-kubernetes": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/openhands-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 users to deploy applications, inspect cluster resources (like pods and services), and perform common administrative tasks within a Kubernetes environment. The agent can execute commands against the cluster using kubectl.

When to use it

  • Automating deployments: Deploy new application versions or rollbacks based on defined criteria.
  • Troubleshooting issues: Investigate pod status, logs, and resource utilization to diagnose problems.
  • Managing infrastructure: Scale services up or down based on demand or perform routine maintenance tasks.
  • Checking cluster health: Verify the overall health of the Kubernetes cluster by inspecting node statuses and component readiness.

Key capabilities

  • kubectl command execution
  • Resource inspection (pods, services, etc.)
  • Application deployment management

Example prompts

  • "Deploy the 'my-app' Docker image to the 'development' namespace."
  • "Show me the status of all pods in the 'production' environment."
  • "Scale the 'web-service' to 3 replicas."

Tips & gotchas

  • Requires proper Kubernetes cluster access credentials configured for the AI agent.
  • The skill’s effectiveness depends on the accuracy and completeness of the provided kubectl 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 HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
openhands
Installs
2

🌐 Community

Passed automated security scans.