Skip to main content

Agentic AI for DevOps

Smarter DevOps with QBot, an AI-powered DevOps assistant that helps you to manage your Kubernetes clusters and cloud-native tools. QBot is built on top of the Model Context Protocol (MCP) to help developers and DevOps practitioners to get the most out of Kubernetes and cloud-native tools.

At "La Rebelion" we consider that MCP (Model Context Protocol) is the best way to interact with LLMs, so the QBot Agent is built on top of the MCP. The implementation is based on Agentico's MCP SDK, that provides a set of MCP tools to interact with the QBot SDK and to execute actions on the Kubernetes cluster on behalf of the LLM users.

We decided to implement the MCP server because we can expose the SDK over HTTP, or stdin - for CLI, important in airgapped environments.

Acknowledgments