K8S Deploy Auto

🌐Community
by martin-janci Β· vlatest Β· Repository

Automatically deploys containerized applications to Kubernetes clusters based on provided configuration files.

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 k8s-deploy-auto npx -- -y @trustedskills/k8s-deploy-auto
2

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

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

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

About This Skill

What it does

This skill automates Kubernetes deployments. It handles creating deployment manifests, applying them to a cluster, and managing updates based on provided configurations or code changes. The tool streamlines the process of deploying applications within a Kubernetes environment, reducing manual effort and potential errors.

When to use it

  • Deploying a new version of an application to a staging or production Kubernetes cluster.
  • Automating rollbacks to previous versions of deployed applications in case of issues.
  • Creating deployments from existing Docker images stored in container registries.
  • Updating configurations for existing deployments, such as scaling the number of replicas.

Key capabilities

  • Manifest generation
  • Cluster deployment
  • Update management
  • Rollback functionality
  • Docker image integration

Example prompts

  • "Deploy my application from Docker image my-registry/my-app:latest to the production namespace."
  • "Create a Kubernetes deployment for this YAML file: [paste YAML content]."
  • β€œRoll back the last deployed version of my application.”

Tips & gotchas

The skill requires access to a configured Kubernetes cluster. Ensure proper authentication and authorization are set up before using it, as incorrect credentials will prevent deployments from succeeding.

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
martin-janci
Installs
2

🌐 Community

Passed automated security scans.