// the find
robusta-dev/kubernetes-chatgpt-bot
A ChatGPT bot for Kubernetes issues.
A Robusta playbook that adds a 'Ask ChatGPT' button to Prometheus alerts in Slack, letting you query OpenAI for remediation suggestions when an alert fires. It's a thin wrapper around the Robusta alerting platform, not a standalone tool. The authors have deprecated it in favor of HolmesGPT.
The concept is sound — feeding alert context to an LLM at the moment you need help is genuinely useful. Setup is minimal if you're already running Robusta. The code is small enough to read in five minutes and fork for your own purposes.
Deprecated — the README opens with a tombstone notice pointing to HolmesGPT, so you'd be building on abandoned ground. It uses text-davinci-003, a model OpenAI has since retired, which means the integration is likely broken today without changes. Hard dependency on Robusta means you can't use this without adopting their entire alerting platform first. No context enrichment — it sends the alert name but not logs, events, or pod state, so the LLM answers generically rather than about your actual incident.