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."