Kubernetes Deployment Creator

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

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

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

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

About This Skill

What it does

This skill allows you to generate Kubernetes deployment manifests based on your specifications. It can create deployments for various applications, defining resource requirements like CPU and memory, as well as specifying the number of replicas. The generated YAML files are ready to be applied to a Kubernetes cluster using kubectl.

When to use it

  • Deploying a new application to a Kubernetes cluster.
  • Scaling an existing application by adjusting replica counts.
  • Creating deployments with specific resource requests and limits for optimal performance.
  • Automating the deployment process for consistent configurations.
  • Generating initial deployment files as a starting point for more complex setups.

Key capabilities

  • Generates Kubernetes Deployment YAML manifests.
  • Defines replica counts.
  • Specifies CPU and memory resource requests/limits.

Example prompts

  • "Create a Kubernetes deployment for a Python Flask application named 'my-app' with 2 replicas, requesting 0.5 CPU and 1Gi of memory."
  • "Generate a deployment manifest for an Nginx container, using the latest Docker image, and setting 3 replicas."
  • “Deploy a Node.js app called ‘api’ with 4 replicas, allocating 1 core and 2GB of RAM.”

Tips & gotchas

The skill requires familiarity with basic Kubernetes concepts like deployments, containers, and resource requests/limits. Ensure your Docker image is accessible from the target Kubernetes cluster for successful deployment.

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
jeremylongshore
Installs
25

🌐 Community

Passed automated security scans.