Kubernetes Operations

🌐Community
by rohitg00 · vlatest · Repository

Automates Kubernetes cluster management tasks like deployments, scaling, and troubleshooting using kubectl commands.

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 rohitg00-kubernetes-operations npx -- -y @trustedskills/rohitg00-kubernetes-operations
2

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

~/.claude/settings.json
{
  "mcpServers": {
    "rohitg00-kubernetes-operations": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/rohitg00-kubernetes-operations"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

This skill enables AI agents to perform Kubernetes operations. It allows for tasks like deploying applications, scaling deployments, and inspecting cluster resources. The agent can execute commands against a Kubernetes cluster using kubectl, providing automated management capabilities.

When to use it

  • Automating deployment of new microservices to a Kubernetes cluster.
  • Scaling existing Kubernetes deployments based on resource utilization or traffic patterns.
  • Troubleshooting issues by inspecting pod logs and resource configurations within the cluster.
  • Performing routine maintenance tasks such as rolling updates and node management.

Key capabilities

  • kubectl command execution
  • Deployment management (create, update, delete)
  • Scaling deployments
  • Resource inspection (pods, services, etc.)

Example prompts

  • "Deploy the 'my-app' Docker image to my Kubernetes cluster."
  • "Scale the 'web-service' deployment to 5 replicas."
  • "Show me the logs for the 'database-pod'."

Tips & gotchas

The agent requires access credentials and a configured kubectl context to interact with your Kubernetes cluster. Ensure proper authentication is set up before using this skill, or it will fail to execute 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
rohitg00
Installs
5

🌐 Community

Passed automated security scans.