Kubernetes Deployment

🌐Community
by sickn33 · vlatest · Repository

Helps with Kubernetes, deployment 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.

1

Run in terminal (recommended)

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

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

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

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

About This Skill

What it does

This skill allows an AI agent to manage Kubernetes deployments. It can create, update, and delete deployment resources within a Kubernetes cluster, automating the process of deploying applications. The skill handles YAML configuration and interacts directly with the Kubernetes API server.

When to use it

  • Deploying a new version of an application: Automatically update a running application by modifying its deployment configuration.
  • Scaling an existing application: Increase or decrease the number of replicas in a deployment based on demand.
  • Rolling back deployments: Revert to a previous, stable version of an application if issues arise after an upgrade.
  • Troubleshooting deployment errors: Inspect and modify deployment configurations to diagnose and resolve problems with deployed applications.

Key capabilities

  • Create Kubernetes Deployments from YAML files.
  • Update existing Kubernetes Deployments.
  • Delete Kubernetes Deployments.
  • Interact with the Kubernetes API server.

Example prompts

  • "Deploy this application using the following YAML: [paste YAML content]"
  • "Scale the 'my-app' deployment to 5 replicas."
  • "Roll back the last update of the 'webserver' deployment."

Tips & gotchas

  • Requires access to a Kubernetes cluster and appropriate credentials.
  • The skill relies on valid Kubernetes YAML configuration; errors in the YAML will prevent successful deployments.

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
sickn33
Installs
21

🌐 Community

Passed automated security scans.