Cloud K8S Deployment

🌐Community
by maneeshanif · vlatest · Repository

Automates Kubernetes deployments to cloud platforms like AWS, Azure, and GCP using 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 cloud-k8s-deployment npx -- -y @trustedskills/cloud-k8s-deployment
2

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

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

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

About This Skill

What it does

This skill allows AI agents to deploy applications to a Kubernetes cluster. It handles tasks such as creating deployments, services, and ingresses based on provided configuration files or specifications. The agent can also manage updates and rollbacks of deployed applications.

When to use it

  • Automating the deployment of new microservices to a staging environment for testing.
  • Rolling out updated versions of an application with zero downtime using Kubernetes rolling updates.
  • Troubleshooting deployment issues by inspecting Kubernetes resources (deployments, services).
  • Creating and managing ingress rules to expose applications externally.

Key capabilities

  • Deployment creation from configuration files
  • Service definition and management
  • Ingress rule creation
  • Application updates and rollbacks
  • Resource inspection

Example prompts

  • "Deploy the application defined in my-app-deployment.yaml to the 'staging' namespace."
  • "Create a Kubernetes service for my deployment named 'my-service'."
  • “Rollback the last deployment of ‘web-app’ to version 1.2.”

Tips & gotchas

  • Requires access and authentication credentials for your Kubernetes cluster.
  • The skill relies on valid Kubernetes configuration files (YAML or JSON). Incorrect syntax will lead to deployment failures.

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
maneeshanif
Installs
2

🌐 Community

Passed automated security scans.