什么是 kubernetes-troubleshooting?
针对 Kubernetes 问题(包括 Pod 故障、资源问题和网络)的系统调试工作流程。在调试 CrashLoopBackOff、OOMKilled、ImagePullBackOff、pod 未启动、k8s 问题或任何 Kubernetes 故障排除时使用。 来源:nik-kale/sre-skills。
针对 Kubernetes 问题(包括 Pod 故障、资源问题和网络)的系统调试工作流程。在调试 CrashLoopBackOff、OOMKilled、ImagePullBackOff、pod 未启动、k8s 问题或任何 Kubernetes 故障排除时使用。
通过命令行快速安装 kubernetes-troubleshooting AI 技能到你的开发环境
来源:nik-kale/sre-skills。
| Symptom | Likely Cause | Go To Section |
| Pending | Scheduling issue | Scheduling Issues | | CrashLoopBackOff | Application crash | CrashLoopBackOff | | ImagePullBackOff | Image/registry issue | Image Pull Issues | | OOMKilled | Memory exhaustion | OOMKilled | | Running but not Ready | Health check failing | Readiness Issues | | Error | Container error | Container Errors |
| Insufficient cpu/memory | Not enough resources | Add nodes or reduce requests | | node(s) had taints | Node taints | Add tolerations or remove taints | | no nodes available | No matching nodes | Check node selector/affinity | | persistentvolumeclaim not found | PVC missing | Create the PVC |
为搜索与 AI 引用准备的稳定字段与命令。
npx skills add https://github.com/nik-kale/sre-skills --skill kubernetes-troubleshooting针对 Kubernetes 问题(包括 Pod 故障、资源问题和网络)的系统调试工作流程。在调试 CrashLoopBackOff、OOMKilled、ImagePullBackOff、pod 未启动、k8s 问题或任何 Kubernetes 故障排除时使用。 来源:nik-kale/sre-skills。
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/nik-kale/sre-skills --skill kubernetes-troubleshooting 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/nik-kale/sre-skills