Systematically diagnose and resolve common GKE issues. This skill provides structured debugging workflows, common causes, and proven solutions for the most frequent problems encountered in production deployments.
Trigger phrases: "pod not starting", "CrashLoopBackOff", "debug GKE issue", "Cloud SQL connection failed", "Pub/Sub not working", "pod pending"
| Running | Pod is executing | Check logs if issues | | Pending | Waiting to be scheduled | Check events, node resources | | CrashLoopBackOff | App crashes repeatedly | Check logs, configuration | | ImagePullBackOff | Can't pull image | Verify image, permissions | | Completed | Pod ran successfully and exited | Normal for batch jobs |
포드 오류를 포함한 일반적인 GKE 문제를 체계적으로 진단하고 해결합니다. 네트워킹 문제, 데이터베이스 연결 오류, Pub/Sub 문제. 포드를 사용할 때 사용 보류 중, CrashLoopBackOff, ImagePullBackOff, DNS 오류 발생, Cloud SQL 연결 시간 초과 또는 Pub/Sub 메시지 처리 문제 제공 Spring Boot 애플리케이션을 위한 체계적인 디버깅 워크플로 및 솔루션 패턴. 출처: dawiddutoit/custom-claude.