-
Notifications
You must be signed in to change notification settings - Fork 7
Setting up ITBench and SRE‐Agent
noahzibm edited this page Mar 31, 2025
·
2 revisions
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.
ITBench
git clone git@github.com:IBM/ITBench-Scenarios.git
SRE-Agent
git clone git@github.com:IBM/ITBench-SRE-Agent.git
Follow the setup instructions here. In the local cluster section follow the guide for setting up on RHEL.
Instructions for running the agent as-is are here.
For development follow the setup instructions here.