Skip to content

Commit b813100

Browse files
Add overview to ChaosCenter Developer Guide documentation (#393)
* replaced chaoscenter with Resiliance Probes Signed-off-by: abhijithsaichinni <[email protected]> * added overview to ChaosCenter Developer Guide documentation Signed-off-by: abhijithsaichinni <[email protected]> * updated the changes mentioned in developer-guide Signed-off-by: abhijithsaichinni <[email protected]> --------- Signed-off-by: abhijithsaichinni <[email protected]>
1 parent 96500d6 commit b813100

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

website/docs/developer-guide/chaoscenter-developer-guide.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ sidebar_label: ChaosCenter Developer Guide
66

77
---
88

9+
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.
10+
11+
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.
12+
913
## **Prerequisites**
1014
:::note
1115
This document is intended to be implemented locally. Please do not use in dev or prod environments.

0 commit comments

Comments
 (0)