1
Feature Story
GitHub - serkanh/sre-bot
May 17, 2025 · github.comAdditionally, the document details the structure of the repository, highlighting key components such as the main agent logic, Kubernetes and AWS sub-agents, and Slack bot integration. It explains the available functions for interacting with Kubernetes resources and AWS services, and provides guidance on setting up and running the Slack bot. The document also covers security considerations, session and user ID management, and code formatting and linting practices using Ruff and pre-commit hooks.
Key takeaways
- The SRE Assistant Agent is a Google ADK-powered tool designed to assist Site Reliability Engineers with Kubernetes and AWS operational tasks.
- It includes features for interacting with Kubernetes clusters, such as listing resources, scaling deployments, and retrieving logs.
- The agent also offers AWS services and cost management capabilities, including cost analysis and reporting.
- Installation and usage are facilitated through Docker, with optional local development setup and Slack bot integration for direct interaction.