Built an AI-powered K8s explorer because I was tired of kubectl grep-ing all day

Hey folks!

After countless hours of kubectl grep and jumping between clusters, I built this tool to make my life easier. It's basically a smart explorer for K8s that lets you search and diagnose issues with just a few clicks.

Some cool stuff it can do:
- Search blazingly fast across all your clusters at once (bye bye kubectl --context switching)
- One-click AI diagnosis: hit the "Analyze" button on any failing pod and get instant root cause analysis
- Smart fixes: tells you exactly what's wrong and how to fix it (e.g., "Your pod is OOMKilled, try increasing memory limit to 512Mi based on usage patterns")
- AI-powered resource insights: click to understand complex issues like network policies or RBAC configs in plain English
- Works right in your browser, no extra tools needed

It's open source and you can check it out here: github.com/KusionStack/karpor

Would love to hear what you all think!

(BTW, we're also on Product Hunt today if anyone's interested: https://www.producthunt.com/posts/karpor)