Loading video player...
I built an AI-powered Kubernetes debugger that explains pod failures in plain English using local AI (Ollama). No more Googling cryptic errors like "ImagePullBackOff" or "CrashLoopBackOff" - just run the tool and get instant AI-powered diagnosis and fix suggestions. 馃攳 What this tool does: - Automatically finds unhealthy pods in your K8s cluster - Fetches logs and events for failing pods - Uses local AI (Ollama + Llama 3.2) to analyze the failure - Explains the root cause in simple terms with analogies - Suggests specific kubectl commands to fix the issue - Runs 100% offline - no API costs! 馃捇 Tech Stack: - Kubernetes (Minikube for local testing) - kubectl (K8s CLI) - Python 3.8+ - Ollama (local AI runtime) - Llama 3.2 (AI model) 馃搧 Get the code: https://github.com/ThinkWithOps/ai-devops-projects/tree/main/02-ai-k8s-debugger 馃幆 Next in series: AI AWS Cost Detective (next week!) 馃摵 Project 1 (AI Docker Scanner): [https://youtu.be/J6fmU6t9jUU] 馃挰 Questions? Drop a comment! What K8s errors frustrate you most? #kubernetes #devops #ai #ollama #kubectl #tutorial #minikube #docker