DEV Community

Cover image for ๐Ÿ“Œ DevOps Open Agent now supports Google Gemini๐Ÿ“Œ
Prashant Lakhera
Prashant Lakhera

Posted on

๐Ÿ“Œ DevOps Open Agent now supports Google Gemini๐Ÿ“Œ

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

https://lnkd.in/gvXRXudT

Top comments (0)