kubernetes-troubleshooting이란?
포드 오류, 리소스 문제, 네트워킹 등 Kubernetes 문제에 대한 체계적인 디버깅 워크플로입니다. CrashLoopBackOff, OOMKilled, ImagePullBackOff, 포드 시작 안 됨, k8s 문제 또는 Kubernetes 문제 해결을 디버깅할 때 사용합니다. 출처: nik-kale/sre-skills.
포드 오류, 리소스 문제, 네트워킹 등 Kubernetes 문제에 대한 체계적인 디버깅 워크플로입니다. CrashLoopBackOff, OOMKilled, ImagePullBackOff, 포드 시작 안 됨, 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 문제에 대한 체계적인 디버깅 워크플로입니다. CrashLoopBackOff, OOMKilled, ImagePullBackOff, 포드 시작 안 됨, 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