Skip to content

Setting up ITBench and SRE‐Agent

noahzibm edited this page Mar 31, 2025 · 2 revisions

Overview

This is a two component system. The first component is ITBench, a simulated application environment into which faults are injected. The second component is SRE-Agent, an agent designed to diagnosis and remediate the problems in the ITBench.

This guide covers how to setup ITBench and SRE-Agent on the same machine. It is possible to run them on separate machines, but this requires some extra network configuration steps.

Clone Repos

ITBench

git clone git@github.com:IBM/ITBench-Scenarios.git

SRE-Agent

git clone git@github.com:IBM/ITBench-SRE-Agent.git

ITBench Setup

Follow the setup instructions here. In the local cluster section follow the guide for setting up on RHEL.

SRE-Agent Setup

Instructions for running the agent as-is are here.
For development follow the setup instructions here.