Help us improve
Share bugs, ideas, or general feedback.
npx claudepluginhub kubestellar/claude-plugins --plugin kubestellar-deployHow this skill is triggered — by the user, by Claude, or both
Slash command
/kubestellar-deploy:deployThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Deploy a workload to clusters. You can specify target clusters explicitly or let kubestellar-deploy find matching clusters based on requirements.
Generates production-ready Kubernetes manifests for Deployments, Services, Ingress, HPA, ConfigMaps, Secrets with health checks, resource limits, auto-scaling, TLS.
Deploys containerized applications to Kubernetes with production manifests including Deployments, Services, ConfigMaps, Secrets, Ingress, health checks, and Helm charts. Use for EKS, GKE, AKS, or self-hosted clusters.
Creates and manages Kubernetes workloads, networking, storage, Helm charts, RBAC, and GitOps pipelines. Use for deploying, debugging, and securing clusters.
Share bugs, ideas, or general feedback.
Deploy a workload to clusters. You can specify target clusters explicitly or let kubestellar-deploy find matching clusters based on requirements.
deploy_app to deploy the manifestmanifest: The Kubernetes YAML manifestclusters: Optional list of target clustersgpu_type: Optional GPU type requirement (e.g., "nvidia.com/gpu")min_gpu: Optional minimum GPU countdry_run: Set to true to preview without applyingIf the user doesn't specify clusters, kubestellar-deploy can:
Use find_clusters_for_workload and list_cluster_capabilities to help with placement decisions.
Do not use any other tools besides the kubestellar-deploy MCP tools.