You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: website/docs/concepts/chaoshub.md
+2-78
Original file line number
Diff line number
Diff line change
@@ -12,87 +12,11 @@ A ChaosHub is a collection of experiment templates and faults that you can use t
12
12
13
13
- Chaos experiments can be created from the public [ChaosHub](http://hub.litmuschaos.io/) which is already connected to your ChaosCenter, or a custom ChaosHub which is a [fork](https://github.com/litmuschaos/chaos-charts) of the public ChaosHub where custom faults can be stored.
14
14
15
-
## Prerequisites
16
-
17
-
The following are the prerequisites for creating a Chaos Experiment:
18
-
19
-
- Fork of [Chaos-Charts](https://github.com/litmuschaos/chaos-charts) repository
20
-
21
-
:::note
22
-
An active internet connection is required to clone the git repository for the first time installation.
23
-
:::
24
-
25
-
## Connecting to a Git repository using ChaosHub
26
-
27
-
With ChaosHub, you can construct chaos experiments by selecting, tuning and sequencing different faults together from their connected ChaosHubs.
28
-
29
-
You can make changes in your forked repositories and sync it with the Portal to get the latest changes from the fork.
30
-
31
-
By default, a public ChaosHub is provided when the ChaosCenter is installed for the first time.
To add a private ChaosHub, you need provide the hub name, Git URL of the forked repository and the branch name similar to that of public hub and the repository can be connected in two ways:
Personal Access Tokens are used as an alternative to the password for authentication to Git services.
54
-
55
-
#### b. SSH key
56
-
57
-
Just like the Access Token , SSH keys are used for the authentication. These keys come in pairs, a public key that is shared with the Git Services and a private key that is stored with you.
58
-
SSH link of the repository should be provided if you select this method.
If some changes are made into the Git repository, you can reflect these changes in the hub by selecting the **Refresh Hub** option from the ChaosHub card.
65
-
66
-
## Editing a ChaosHub
67
-
68
-
To make changes in a hub like changing the name, branch, access token etc, you can select the **Edit Hub** option from the ChaosHub card.
69
-
70
15
## Chaos experiments and experiments in a ChaosHub
71
16
72
-
### 1. View the PreDefined Chaos Experiments
73
-
74
-
After connecting a ChaosHub, you can view the different pre-defined chaos experiments present in the ChaosHub.
Similarly, you can view the different charts and the fault. These charts are sorted according to different categories like generic, AWS, Azure, Kube-Components etc.
You can select one of the chaos faults and can examine the fault details. The fault page consists of all the important details like the description of the fault, a tutorial video, the maintainer of the fault, etc.
87
-
88
-
You can also find the Experiment manifest URL, RBAC URL, and the ChaosEngine URLs of the fault.
89
-
These URLs are required for the creation of custom chaos experiments.
For information on viewing predefined chaos experiments, refer to [Viewing Predefined Chaos Experiments](../user-guides/viewing-predefined-experiments.md).
94
18
95
-
To remove a ChaosHub from a project, you can select the **Disconnect Hub** option from the ChaosHub card.
19
+
For information on viewing chaos faults and their details, refer to [Viewing Chaos Faults](../user-guides/viewing-chaos-faults.md).
Copy file name to clipboardExpand all lines: website/docs/concepts/probes.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ sidebar_label: Resilience Probes
8
8
9
9
Resilience Probes are pluggable checks that can be defined within the ChaosEngine for any Chaos Experiment. The fault pods execute these checks based on the mode they are defined in & factor their success as necessary conditions in determining the verdict of the fault (along with the standard `in-built` checks).
10
10
11
-
## Prerequisites
11
+
## Related concepts
12
12
13
13
To understand the concepts of Probes better make sure you are aware of the [ChaosEngine](glossary.md) Custom Resources and promql queries (for Prometheus Probes)
Copy file name to clipboardExpand all lines: website/docs/concepts/projects.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ sidebar_label: Projects
8
8
9
9
The ChaosCenter comes with a project management system that can be used for working on chaos experiments with multiple different projects across different chaos infrastructures.
10
10
11
-
## Prerequisites
11
+
## Related concepts
12
12
13
13
Before learning about the concept of projects, it is important to note that a project signifies a separation between Chaos infrastructures, Schedules, [Visualization](visualize-experiment.md), and Teams (discussed in the next section) configurations, and prior knowledge of these will prove fruitful in understanding the concept of projects in-depth.
To add a private ChaosHub, you need provide the hub name, Git URL of the forked repository and the branch name similar to that of public hub and the repository can be connected in two ways:
Personal Access Tokens are used as an alternative to the password for authentication to Git services.
46
+
47
+
#### b. SSH key
48
+
49
+
Just like the Access Token , SSH keys are used for the authentication. These keys come in pairs, a public key that is shared with the Git Services and a private key that is stored with you.
50
+
SSH link of the repository should be provided if you select this method.
If some changes are made into the Git repository, you can reflect these changes in the hub by selecting the **Refresh Hub** option from the ChaosHub card.
57
+
58
+
## Editing a ChaosHub
59
+
60
+
To make changes in a hub like changing the name, branch, access token etc, you can select the **Edit Hub** option from the ChaosHub card.
After connecting a ChaosHub, you can view the different chaos charts and faults. These charts are categorized into different sections such as generic, AWS, Azure, Kube-Components, etc.
You can select one of the chaos faults and can examine the fault details. The fault page consists of all the important details like the description of the fault, a tutorial video, the maintainer of the fault, etc.
16
+
17
+
You can also find the Experiment manifest URL, RBAC URL, and the ChaosEngine URLs of the fault.
18
+
These URLs are required for the creation of custom chaos experiments.
Copy file name to clipboardExpand all lines: website/versioned_docs/version-3.12.0/concepts/chaoshub.md
+2-78
Original file line number
Diff line number
Diff line change
@@ -12,87 +12,11 @@ A ChaosHub is a collection of experiment templates and faults that you can use t
12
12
13
13
- Chaos experiments can be created from the public [ChaosHub](http://hub.litmuschaos.io/) which is already connected to your ChaosCenter, or a custom ChaosHub which is a [fork](https://github.com/litmuschaos/chaos-charts) of the public ChaosHub where custom faults can be stored.
14
14
15
-
## Prerequisites
16
-
17
-
The following are the prerequisites for creating a Chaos Experiment:
18
-
19
-
- Fork of [Chaos-Charts](https://github.com/litmuschaos/chaos-charts) repository
20
-
21
-
:::note
22
-
An active internet connection is required to clone the git repository for the first time installation.
23
-
:::
24
-
25
-
## Connecting to a Git repository using ChaosHub
26
-
27
-
With ChaosHub, you can construct chaos experiments by selecting, tuning and sequencing different faults together from their connected ChaosHubs.
28
-
29
-
You can make changes in your forked repositories and sync it with the Portal to get the latest changes from the fork.
30
-
31
-
By default, a public ChaosHub is provided when the ChaosCenter is installed for the first time.
To add a private ChaosHub, you need provide the hub name, Git URL of the forked repository and the branch name similar to that of public hub and the repository can be connected in two ways:
Personal Access Tokens are used as an alternative to the password for authentication to Git services.
54
-
55
-
#### b. SSH key
56
-
57
-
Just like the Access Token , SSH keys are used for the authentication. These keys come in pairs, a public key that is shared with the Git Services and a private key that is stored with you.
58
-
SSH link of the repository should be provided if you select this method.
If some changes are made into the Git repository, you can reflect these changes in the hub by selecting the **Refresh Hub** option from the ChaosHub card.
65
-
66
-
## Editing a ChaosHub
67
-
68
-
To make changes in a hub like changing the name, branch, access token etc, you can select the **Edit Hub** option from the ChaosHub card.
69
-
70
15
## Chaos experiments and experiments in a ChaosHub
71
16
72
-
### 1. View the PreDefined Chaos Experiments
73
-
74
-
After connecting a ChaosHub, you can view the different pre-defined chaos experiments present in the ChaosHub.
Similarly, you can view the different charts and the fault. These charts are sorted according to different categories like generic, AWS, Azure, Kube-Components etc.
You can select one of the chaos faults and can examine the fault details. The fault page consists of all the important details like the description of the fault, a tutorial video, the maintainer of the fault, etc.
87
-
88
-
You can also find the Experiment manifest URL, RBAC URL, and the ChaosEngine URLs of the fault.
89
-
These URLs are required for the creation of custom chaos experiments.
For information on viewing predefined chaos experiments, refer to [Viewing Predefined Chaos Experiments](../user-guides/viewing-predefined-experiments.md).
94
18
95
-
To remove a ChaosHub from a project, you can select the **Disconnect Hub** option from the ChaosHub card.
19
+
For information on viewing chaos faults and their details, refer to [Viewing Chaos Faults](../user-guides/viewing-chaos-faults.md).
Copy file name to clipboardExpand all lines: website/versioned_docs/version-3.12.0/concepts/probes.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ sidebar_label: Resilience Probes
8
8
9
9
Resilience Probes are pluggable checks that can be defined within the ChaosEngine for any Chaos Experiment. The fault pods execute these checks based on the mode they are defined in & factor their success as necessary conditions in determining the verdict of the fault (along with the standard `in-built` checks).
10
10
11
-
## Prerequisites
11
+
## Related concepts
12
12
13
13
To understand the concepts of Probes better make sure you are aware of the [ChaosEngine](glossary.md) Custom Resources and promql queries (for Prometheus Probes)
Copy file name to clipboardExpand all lines: website/versioned_docs/version-3.12.0/concepts/projects.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ sidebar_label: Projects
8
8
9
9
The ChaosCenter comes with a project management system that can be used for working on chaos experiments with multiple different projects across different chaos infrastructures.
10
10
11
-
## Prerequisites
11
+
## Related concepts
12
12
13
13
Before learning about the concept of projects, it is important to note that a project signifies a separation between Chaos infrastructures, Schedules, [Visualization](visualize-experiment.md), and Teams (discussed in the next section) configurations, and prior knowledge of these will prove fruitful in understanding the concept of projects in-depth.
0 commit comments