Kubernetes Deployment

🌐Community
by aj-geddes · 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 kubernetes-deployment npx -- -y @trustedskills/kubernetes-deployment
2

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

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

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

About This Skill

The kubernetes-deployment skill enables AI agents to manage containerized applications within Kubernetes clusters. It handles the full lifecycle of deployments, including creating, updating, and deleting workloads based on user instructions or configuration files.

When to use it

  • Automating the rollout of new application versions to production environments.
  • Scaling up or down the number of pod replicas in response to traffic changes.
  • Rolling back a failed deployment to a previous stable version quickly.
  • Applying complex Kubernetes manifests that define multiple resources like services and ingress rules.

Key capabilities

  • Creating new deployments from YAML configuration files.
  • Updating existing deployments with new images or resource specifications.
  • Deleting specific deployments or entire namespaces.
  • Managing rollout strategies such as rolling updates and recreate modes.

Example prompts

  • "Create a Kubernetes deployment for my web app using the provided Docker image my-app:v2 with 3 replicas."
  • "Update the existing frontend-service deployment to use the latest stable tag and increase memory limits to 512Mi."
  • "Rollback the api-gateway deployment to the previous revision after the last update caused errors."

Tips & gotchas

Ensure your AI agent has read/write access to the target Kubernetes cluster via kubeconfig or API tokens before attempting operations. Complex manifests involving multiple interdependent resources may require careful validation to prevent breaking existing services during updates.

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
aj-geddes
Installs
146

🌐 Community

Passed automated security scans.