Hey all 👋 - wanted to share an open-source project I've been working on that is relevant to platform engineering : Kubently
It's a tool for troubleshooting Kubernetes agentically - debug clusters through natural conversation with any major LLM. Built it because kubectl output is verbose, debugging is manual, and honestly agents debug faster than I can half the time.
Quick highlights:
~50ms command delivery via SSERead-only operations by defaultNative A2A protocol supportLangGraph/LangChainRuns on any K8s cluster - EKS, GKE, AKS, bare metalMulti-cluster from day oneDocs:
https://kubently.io GitHub:
https://github.com/kubently/kubently
Still early days - lots of room for improvement. Feedback, bug reports, or feature ideas all welcome. Happy to answer questions here too.