From 87258ffb91d868892241ce5159f979fc7c57ae64 Mon Sep 17 00:00:00 2001 From: abhijithsaichinni Date: Thu, 16 Oct 2025 15:28:25 +0530 Subject: [PATCH 1/6] replaced chaoscenter with Resiliance Probes Signed-off-by: abhijithsaichinni --- website/docs/concepts/visualize-experiment.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/concepts/visualize-experiment.md b/website/docs/concepts/visualize-experiment.md index 0bf0c630..18b20136 100644 --- a/website/docs/concepts/visualize-experiment.md +++ b/website/docs/concepts/visualize-experiment.md @@ -12,7 +12,7 @@ Visualization is an important aspect while doing chaos engineering. It allows th The following is required before visualizing a chaos experiment: -- ChaosCenter +- [Resilience Probes](probes.md) - [Chaos Experiments](chaos-workflow.md) ## Create chaos experiment From 54aced8e7cfbe968676452d30c611ce4d7546fd3 Mon Sep 17 00:00:00 2001 From: abhijithsaichinni Date: Thu, 16 Oct 2025 16:49:21 +0530 Subject: [PATCH 2/6] added overview to ChaosCenter Developer Guide documentation Signed-off-by: abhijithsaichinni --- website/docs/developer-guide/chaoscenter-developer-guide.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/website/docs/developer-guide/chaoscenter-developer-guide.md b/website/docs/developer-guide/chaoscenter-developer-guide.md index 73ede222..ba5bb600 100644 --- a/website/docs/developer-guide/chaoscenter-developer-guide.md +++ b/website/docs/developer-guide/chaoscenter-developer-guide.md @@ -6,6 +6,11 @@ sidebar_label: ChaosCenter Developer Guide --- +## **Overview** +ChaosCenter is the control plane for LitmusChaos, providing a web-based interface and APIs to manage chaos experiments on Kubernetes clusters. It consists of a backend (GraphQL server, Authentication server, MongoDB) and a frontend (React) component. This guide walks you through setting up ChaosCenter locally, running the required services, and connecting your Kubernetes infrastructure to execute and monitor chaos experiments. + +The document assumes a local development environment and is not recommended for production or shared clusters. By the end of this guide, you will have a fully functional ChaosCenter instance capable of managing chaos workflows and integrating with Litmusctl or ChaosCenter-managed infrastructures. + ## **Prerequisites** :::note This document is intended to be implemented locally. Please do not use in dev or prod environments. From 7912ab1518d61af9a5465d774a67a6d8078c04ed Mon Sep 17 00:00:00 2001 From: abhijithsaichinni Date: Thu, 16 Oct 2025 18:42:06 +0530 Subject: [PATCH 3/6] updated the changes mentioned in developer-guide Signed-off-by: abhijithsaichinni --- website/docs/developer-guide/chaoscenter-developer-guide.md | 1 - 1 file changed, 1 deletion(-) diff --git a/website/docs/developer-guide/chaoscenter-developer-guide.md b/website/docs/developer-guide/chaoscenter-developer-guide.md index ba5bb600..2df27bd9 100644 --- a/website/docs/developer-guide/chaoscenter-developer-guide.md +++ b/website/docs/developer-guide/chaoscenter-developer-guide.md @@ -6,7 +6,6 @@ sidebar_label: ChaosCenter Developer Guide --- -## **Overview** ChaosCenter is the control plane for LitmusChaos, providing a web-based interface and APIs to manage chaos experiments on Kubernetes clusters. It consists of a backend (GraphQL server, Authentication server, MongoDB) and a frontend (React) component. This guide walks you through setting up ChaosCenter locally, running the required services, and connecting your Kubernetes infrastructure to execute and monitor chaos experiments. The document assumes a local development environment and is not recommended for production or shared clusters. By the end of this guide, you will have a fully functional ChaosCenter instance capable of managing chaos workflows and integrating with Litmusctl or ChaosCenter-managed infrastructures. From 9f5c4fc9e8165b5f65784260662bb3b8b2a5555e Mon Sep 17 00:00:00 2001 From: abhijithsaichinni Date: Sat, 25 Oct 2025 06:57:14 +0530 Subject: [PATCH 4/6] moved resiliance probes above experiment Signed-off-by: abhijithsaichinni --- website/sidebars.js | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/website/sidebars.js b/website/sidebars.js index 3c0e9847..18e9613c 100644 --- a/website/sidebars.js +++ b/website/sidebars.js @@ -97,6 +97,14 @@ module.exports = { { 'Chaos Infrastructure': ['user-guides/create-infrastructure', 'user-guides/delete-infrastructure'] }, + { + 'Resilience Probes': [ + 'user-guides/create-resilience-probe', + 'user-guides/delete-resilience-probe', + 'user-guides/edit-resilience-probe', + 'user-guides/view-resilience-probe' + ] + }, { 'Injecting Fault': [ 'user-guides/schedule-experiment', @@ -108,14 +116,6 @@ module.exports = { 'user-guides/construct-experiment' ] }, - { - 'Resilience Probes': [ - 'user-guides/create-resilience-probe', - 'user-guides/delete-resilience-probe', - 'user-guides/edit-resilience-probe', - 'user-guides/view-resilience-probe' - ] - }, 'user-guides/account-settings', { 'User Management': [ From f5a3f85212c99ad565ec342dc14789e9f2a4945c Mon Sep 17 00:00:00 2001 From: abhijithsaichinni Date: Sat, 25 Oct 2025 07:07:34 +0530 Subject: [PATCH 5/6] moved resiliance probes above experiment Signed-off-by: abhijithsaichinni --- website/sidebars.js | 1 + 1 file changed, 1 insertion(+) diff --git a/website/sidebars.js b/website/sidebars.js index 18e9613c..9ee153a2 100644 --- a/website/sidebars.js +++ b/website/sidebars.js @@ -105,6 +105,7 @@ module.exports = { 'user-guides/view-resilience-probe' ] }, + { 'Injecting Fault': [ 'user-guides/schedule-experiment', From 12fe61af4ed043a8af660431ee2064abcc55867e Mon Sep 17 00:00:00 2001 From: abhijithsaichinni Date: Mon, 3 Nov 2025 14:49:11 +0530 Subject: [PATCH 6/6] moved resiliance probes above experiment updated master Signed-off-by: abhijithsaichinni --- website/sidebars.js | 1 - 1 file changed, 1 deletion(-) diff --git a/website/sidebars.js b/website/sidebars.js index 9ee153a2..18e9613c 100644 --- a/website/sidebars.js +++ b/website/sidebars.js @@ -105,7 +105,6 @@ module.exports = { 'user-guides/view-resilience-probe' ] }, - { 'Injecting Fault': [ 'user-guides/schedule-experiment',