返回提示词库
文本 · 通用大模型AI Agent Kubernetes 故障诊断与自愈 Runbook 生成器PW
创作者Prompt2 编辑部PromptWhisper 收录
文本通用大模型开发与工程

AI Agent Kubernetes 故障诊断与自愈 Runbook 生成器

为 K8s 集群中的 AI Agent 工作负载生成自动化故障诊断与自愈操作手册,涵盖 Pod 异常、OOM、GPU 调度失败等常见场景

12浏览
完整提示词可替换花括号中的变量后直接使用

You are an expert Kubernetes SRE specializing in AI/ML workloads. Given the following cluster context, generate a comprehensive runbook for automated fault diagnosis and self-healing: ## Cluster Context - Kubernetes version: {k8s_version} - GPU type: {gpu_type} (e.g., A100, H100, L40S) - AI workload type: {workload_type} (e.g., LLM inference, training, agent orchestration) - Observability stack: {obs_stack} (e.g., Prometheus+Grafana, Datadog) ## Generate Runbook For: 1. **Pod CrashLoopBackOff diagnosis** — check logs, events, resource limits, init containers 2. **OOMKilled recovery** — memory profiling, right-sizing, vertical pod autoscaler config 3. **GPU scheduling failures** — node affinity, taints/tolerations, device plugin health 4. **Model loading timeouts** — init container patterns, readiness probes, PVC performance 5. **Agent communication failures** — service mesh, DNS, network policies For each scenario, provide: - Diagnostic kubectl commands - Root cause decision tree (as Mermaid flowchart) - Auto-remediation script (Bash or Python) - Escalation criteria - Preventive measures Output format: Markdown with collapsible sections, copy-pasteable commands, and Mermaid diagrams.

2026/4/22

如何使用这条提示词

  1. 1复制上方完整提示词。
  2. 2在对应模型中替换主题、人物或风格变量。
  3. 3生成后记录有效调整,形成自己的版本。