Setting up ITBench and SRE‐Agent - IBM/ITBench-SRE-Agent GitHub Wiki

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 [email protected]:IBM/ITBench-Scenarios.git

SRE-Agent

git clone [email protected]: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.