Weโve added Google Gemini to DevOps Open Agent, our open-source, self-hostable platform for AI-powered DevOps troubleshooting.
You can now point every agent at Gemini with one setting in backend/.env:
LLM_PROVIDER=gemini
GEMINI_API_KEY=...
GEMINI_MODEL=gemini-2.0-flash
What uses it:
โ Kubernetes Debugging Agent โ root cause analysis
โ AWS DevOps Agent โ infrastructure diagnosis
โ Cloud Cost Detector โ optimization reports
โ PR Reviewer โ DevOps PR reviews
โ Ask MCP โ natural-language Q&A with external tools
Same shared LLM layer as OpenAI, Anthropic, OpenRouter, and Ollama your choice of provider, no vendor lock-in.
Try it: https://lnkd.in/giri6MF5
๐ฅ Demo: https://lnkd.in/eBWcPRtj
๐ Also, if you're interested in learning GenAI for DevOps, I have upcoming batches starting in July

Top comments (0)