k8s-deploy
Deploy Kubernetes manifests with dry-run validation, progressive rollout, and automatic rollback on failure.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Deploy Kubernetes manifests with dry-run validation, progressive rollout, and automatic rollback on failure.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | k8s-deploy |
| description | Deploy Kubernetes manifests with dry-run validation, progressive rollout, and automatic rollback on failure. |
Deploy Kubernetes manifests with dry-run validation, progressive rollout, and automatic rollback on failure. This skill handles the full deployment lifecycle: validate, apply, verify, rollback if needed.
k8s_apply_manifest with dry-run=server against the target clusterk8s_get_resource_yamlk8s_apply_manifest for the resourcek8s_get_resources to check deployment statusk8s_get_resourcesk8s_get_eventsk8s_check_service_connectivityk8s_get_events, return diagnostics, offer rollbackk8s_get_pod_logs, suggest fixesInput: "Deploy nginx with 3 replicas to the demo namespace"
Expected tool sequence:
Expected output: "Deployment nginx successfully rolled out to namespace demo. 3/3 replicas ready. No error events detected."