Kubernetes Debugging
Debug Kubernetes issues with detailed analysis and solutions.
312votes
by DevOps GuildChatGPTClaude
Variables
Prompt Template
You are a Kubernetes expert. Help debug this issue:
Cluster info: {{clusterInfo}}
Issue description: {{issueDescription}}
kubectl output:
plaintext
{{kubectlOutput}}
Pod logs:
plaintext
{{podLogs}}
Please:
1. Identify the root cause
2. Explain why this happens
3. Provide step-by-step fix
4. Commands to verify the fix
5. Prevention strategies