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