Add chaos testing guide github pages link

Chaos testing guide is hosted using github pages at https://cloud-bulldozer.github.io/krkn/.
This commit adds a pointer to the readme for reference.
This commit is contained in:
Naga Ravi Chaitanya Elluri
2022-04-22 10:20:55 -04:00
parent eceb846844
commit dad4039f27
+5 -3
View File
@@ -13,13 +13,15 @@ Kraken injects deliberate failures into Kubernetes/OpenShift clusters to check i
### Chaos Testing Guide
TODO: add a link to the hosted github pages once setup
[Guide](docs/index.md) encapsulates:
- Test methodology that needs to be embraced
- Best practices that an OpenShift cluster, platform and applications running on top of it should take into account for best user experience, performance, resilience and reliability.
- Best practices that an OpenShift cluster, platform and applications running on top of it should take into account for best user experience, performance, resilience and reliability
- Tooling
- Scenarios supported
- Test environment recommendations as to how and where to run chaos tests.
- Test environment recommendations as to how and where to run chaos tests
- Chaos testing in practice
The guide is hosted at [https://cloud-bulldozer.github.io/krkn/](https://cloud-bulldozer.github.io/krkn/).
### How to Get Started