How 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.
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.
npx claudepluginhub kubestellar/claude-plugins --plugin kubestellar-deployGenerates production-ready Kubernetes manifests for Deployments, Services, Ingress, HPA, ConfigMaps, Secrets, StatefulSets, and NetworkPolicies, with health checks, resource limits, and deployment strategies.
Deploys, manages, and scales containerized applications on Kubernetes with best practices for production workloads, resource management, and rolling updates.
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.