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。