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)