Kcli Cluster Deployment

🌐Community
by karmab · vlatest · Repository

Automates Kubernetes cluster deployments using kcli, streamlining infrastructure provisioning and application rollout.

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 kcli-cluster-deployment npx -- -y @trustedskills/kcli-cluster-deployment
2

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

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

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

About This Skill

What it does

This skill allows you to deploy Kubernetes resources using the kcli command-line tool. It simplifies common deployment tasks by providing a structured interface and automating repetitive steps. You can create, update, and delete Kubernetes deployments, services, and other related objects directly through AI agent prompts.

When to use it

  • Automated Deployments: Quickly deploy new application versions to your Kubernetes cluster without manual YAML editing.
  • Infrastructure as Code (IaC): Manage and maintain your Kubernetes infrastructure using a declarative approach guided by natural language instructions.
  • DevOps Workflows: Integrate deployment tasks into automated CI/CD pipelines managed by an AI agent.
  • Troubleshooting: Easily revert to previous deployments or modify existing resources in response to incidents.

Key capabilities

  • Deployment creation and management
  • Service definition and updates
  • Kubernetes resource manipulation via kcli commands

Example prompts

  • "Deploy the latest version of my application named 'my-app' to the 'production' namespace."
  • "Update the image tag for the deployment 'web-server' to 'v2.0'."
  • "Delete the service called 'database-service'."

Tips & gotchas

  • Requires kcli to be installed and configured with access to your Kubernetes cluster.
  • The AI agent needs appropriate permissions within the Kubernetes cluster to perform deployment actions.

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
karmab
Installs
14

🌐 Community

Passed automated security scans.