diff --git a/README.md b/README.md index af79c69a..10407c51 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ # Krkn aka Kraken [![Docker Repository on Quay](https://quay.io/repository/openshift-scale/kraken/status "Docker Repository on Quay")](https://quay.io/chaos-kubox/krkn) +![Krkn logo](media/logo.png) + Chaos and resiliency testing tool for Kubernetes and OpenShift. Kraken injects deliberate failures into Kubernetes/OpenShift clusters to check if it is resilient to turbulent conditions. @@ -21,7 +23,7 @@ Kraken injects deliberate failures into Kubernetes/OpenShift clusters to check i - 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/). +The guide is hosted at [https://chaos-kubox.github.io/krkn/](https://chaos-kubox.github.io/krkn/). ### How to Get Started diff --git a/docs/index.md b/docs/index.md index 5b06718a..07e681cf 100644 --- a/docs/index.md +++ b/docs/index.md @@ -10,6 +10,7 @@ * [Cluster recovery checks, metrics evaluation and pass/fail criteria](#cluster-recovery-checks-metrics-evaluation-and-passfail-criteria) * [Scenarios](#scenarios) * [Test Environment Recommendations - how and where to run chaos tests](#test-environment-recommendations---how-and-where-to-run-chaos-tests) +* [Chaos testing in Practice within the OpenShift Organization](#chaos-testing-in-practice-within-the-OpenShift-Organization) ### Introduction diff --git a/media/logo.png b/media/logo.png new file mode 100644 index 00000000..fd9251c6 Binary files /dev/null and b/media/logo.png differ