From 5953e53b4664e9214439171ebcb763d5a8da81aa Mon Sep 17 00:00:00 2001 From: Mudit Verma Date: Mon, 16 Oct 2023 20:56:32 +0530 Subject: [PATCH] chaos recommendation entry in README (#510) --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 0ef62123..c65ba0ff 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,8 @@ The guide is hosted at https://redhat-chaos.github.io/krkn. ### How to Get Started Instructions on how to setup, configure and run Kraken can be found at [Installation](docs/installation.md). +You may consider utilizing the chaos recommendation tool prior to initiating the chaos runs to profile the application service(s) under test. This tool discovers a list of Krkn scenarios with a high probability of causing failures or disruptions to your application service(s). The tool can be accessed at [Chaos-Recommender](utils/chaos-recommender/README.md). + See the [getting started doc](docs/getting_started.md) on support on how to get started with your own custom scenario or editing current scenarios for your specific usage. After installation, refer back to the below sections for supported scenarios and how to tweak the kraken config to load them on your cluster.