Skip to content

Commit 4a3046f

Browse files
Changes (infrastructure.md)
1 parent 67cee92 commit 4a3046f

10 files changed

+23
-27
lines changed

website/docs/concepts/chaos-center.md

+1-10
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,5 @@ ChaosCenter gives you access to a plethora of features, the major ones include:
2626
- Rolling out automated changes using GitOps
2727
- Allowing image addition from custom image server (both public and private)
2828
- Measure and analyze the Resilience Score of each chaos scenario
29+
2930

30-
## Chaos Infrastructures
31-
Chaos infrastructure is a service that runs in your target environment and aids Litmus in accessing and injecting chaos to your target environment. There should always be at least one or more than one chaos infrastructure connected to the ChaosCenter to execute an experiment.
32-
33-
## Types of Chaos Infrastructures
34-
35-
In Litmus, chaos infrastructures can be classified into two types:
36-
37-
- **Self Chaos Infrastructures:** A Chaos Infrastructure that is connected to the same cluster and namespace where the ChaosCenter is deployed. It can be used to target the workloads executing on that cluster only.
38-
39-
- **External Chaos Infrastructures:** A Chaos Infrastructure that is connected to a remote Kubernetes cluster. ChaosCenter can be operated in a cross-cloud manner, which allows connecting multiple External Chaos Infrastructure to the same ChaosCenter with the help of the [litmusctl](../litmusctl/installation.md) CLI. Once connected you can manage, monitor, observe and induce chaos from the ChaosCenter to the respective External Chaos Infrastructures.

website/docs/concepts/chaos-workflow.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ The term **Chaos Scenario/Workflow** has been changed to **Chaos Experiment**.
2525
The following are required before creating a Chaos Experiment:
2626

2727
- [ChaosCenter](../concepts/chaos-center.md#chaoscenter)
28-
- [Chaos Infrastructure](../concepts/chaos-center.md#chaos-infrastructures)
28+
- [Chaos Infrastructure](../concepts/infrastructure.md#chaos-infrastructures)
2929
- [Probes](probes.md)
3030

3131
## Defining and executing a chaos experiment

website/docs/concepts/infrastructure.md

+8
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,14 @@ With the latest release of LitmusChaos 3.0.0 the term **Chaos Delegate/Agent** h
1414

1515
An environment represents where you are installing your chaos infrastructure and acts as an additional level of abstraction for the same. You categorize each environment as prod or non-prod.
1616

17+
## Types of Chaos Infrastructures
18+
19+
In Litmus, chaos infrastructures can be classified into two types:
20+
21+
- **Self Chaos Infrastructures:** A Chaos Infrastructure that is connected to the same cluster and namespace where the ChaosCenter is deployed. It can be used to target the workloads executing on that cluster only.
22+
23+
- **External Chaos Infrastructures:** A Chaos Infrastructure that is connected to a remote Kubernetes cluster. ChaosCenter can be operated in a cross-cloud manner, which allows connecting multiple External Chaos Infrastructure to the same ChaosCenter with the help of the [litmusctl](../litmusctl/installation.md) CLI. Once connected you can manage, monitor, observe and induce chaos from the ChaosCenter to the respective External Chaos Infrastructures.
24+
1725
### Access types
1826

1927
Chaos infrastructure can be created in two modes:

website/docs/user-guides/chaos-infrastructure-installation.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ sidebar_label: Chaos Infrastructure Installation
88

99
## Prerequisites
1010

11-
- Before connecting a Chaos Infrastructure to the [ChaosCenter](../concepts/chaos-center.md#chaoscenter), learn about what is a [Chaos Infrastructure](../concepts/chaos-center.md#chaos-infrastructures) in Litmus.
11+
- Before connecting a Chaos Infrastructure to the [ChaosCenter](../concepts/chaos-center.md#chaoscenter), learn about what is a [Chaos Infrastructure](../concepts/infrastructure.md#chaos-infrastructures) in Litmus.
1212
- Make sure [litmusctl](../litmusctl/installation.md) is installed.
1313

1414
## Connecting Chaos Infrastructure

website/docs/user-guides/uninstall-litmus.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ sidebar_label: Uninstall Litmus
88

99
## Chaos Infrastructure
1010

11-
To disconnect the [Chaos Infrastructure](../concepts/chaos-center.md#chaos-infrastructures) connected to the [ChaosCenter](../concepts/chaos-center.md#chaoscenter), follow these steps:
11+
To disconnect the [Chaos Infrastructure](../concepts/infrastructure.md#chaos-infrastructures) connected to the [ChaosCenter](../concepts/chaos-center.md#chaoscenter), follow these steps:
1212

1313
1. Remove the ChaosEngines of the respective Chaos Infrastructure
1414

website/versioned_docs/version-3.12.0/concepts/chaos-center.md

-11
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,3 @@ ChaosCenter gives you access to a plethora of features, the major ones include:
2626
- Rolling out automated changes using GitOps
2727
- Allowing image addition from custom image server (both public and private)
2828
- Measure and analyze the Resilience Score of each chaos scenario
29-
30-
## Chaos Infrastructures
31-
Chaos infrastructure is a service that runs in your target environment and aids Litmus in accessing and injecting chaos to your target environment. There should always be at least one or more than one chaos infrastructure connected to the ChaosCenter to execute an experiment.
32-
33-
## Types of Chaos Infrastructures
34-
35-
In Litmus, chaos infrastructures can be classified into two types:
36-
37-
- **Self Chaos Infrastructures:** A Chaos Infrastructure that is connected to the same cluster and namespace where the ChaosCenter is deployed. It can be used to target the workloads executing on that cluster only.
38-
39-
- **External Chaos Infrastructures:** A Chaos Infrastructure that is connected to a remote Kubernetes cluster. ChaosCenter can be operated in a cross-cloud manner, which allows connecting multiple External Chaos Infrastructure to the same ChaosCenter with the help of the [litmusctl](../litmusctl/installation.md) CLI. Once connected you can manage, monitor, observe and induce chaos from the ChaosCenter to the respective External Chaos Infrastructures.

website/versioned_docs/version-3.12.0/concepts/chaos-workflow.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ The term **Chaos Scenario/Workflow** has been changed to **Chaos Experiment**.
2525
The following are required before creating a Chaos Experiment:
2626

2727
- [ChaosCenter](../concepts/chaos-center.md#chaoscenter)
28-
- [Chaos Infrastructure](../concepts/chaos-center.md#chaos-infrastructures)
28+
- [Chaos Infrastructure](../concepts/infrastructure.md#chaos-infrastructures)
2929
- [Probes](probes.md)
3030

3131
## Defining and executing a chaos experiment

website/versioned_docs/version-3.12.0/concepts/infrastructure.md

+8
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,14 @@ With the latest release of LitmusChaos 3.0.0 the term **Chaos Delegate/Agent** h
1414

1515
An environment represents where you are installing your chaos infrastructure and acts as an additional level of abstraction for the same. You categorize each environment as prod or non-prod.
1616

17+
## Types of Chaos Infrastructures
18+
19+
In Litmus, chaos infrastructures can be classified into two types:
20+
21+
- **Self Chaos Infrastructures:** A Chaos Infrastructure that is connected to the same cluster and namespace where the ChaosCenter is deployed. It can be used to target the workloads executing on that cluster only.
22+
23+
- **External Chaos Infrastructures:** A Chaos Infrastructure that is connected to a remote Kubernetes cluster. ChaosCenter can be operated in a cross-cloud manner, which allows connecting multiple External Chaos Infrastructure to the same ChaosCenter with the help of the [litmusctl](../litmusctl/installation.md) CLI. Once connected you can manage, monitor, observe and induce chaos from the ChaosCenter to the respective External Chaos Infrastructures.
24+
1725
### Access types
1826

1927
Chaos infrastructure can be created in two modes:

website/versioned_docs/version-3.12.0/user-guides/chaos-infrastructure-installation.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ sidebar_label: Chaos Infrastructure Installation
88

99
## Prerequisites
1010

11-
- Before connecting a Chaos Infrastructure to the [ChaosCenter](../concepts/chaos-center.md#chaoscenter), learn about what is a [Chaos Infrastructure](../concepts/chaos-center.md#chaos-infrastructures) in Litmus.
11+
- Before connecting a Chaos Infrastructure to the [ChaosCenter](../concepts/chaos-center.md#chaoscenter), learn about what is a [Chaos Infrastructure](../concepts/infrastructure.md#chaos-infrastructures) in Litmus.
1212
- Make sure [litmusctl](../litmusctl/installation.md) is installed.
1313

1414
## Connecting Chaos Infrastructure

website/versioned_docs/version-3.12.0/user-guides/uninstall-litmus.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ sidebar_label: Uninstall Litmus
88

99
## Chaos Infrastructure
1010

11-
To disconnect the [Chaos Infrastructure](../concepts/chaos-center.md#chaos-infrastructures) connected to the [ChaosCenter](../concepts/chaos-center.md#chaoscenter), follow these steps:
11+
To disconnect the [Chaos Infrastructure](../concepts/infrastructure.md#chaos-infrastructures) connected to the [ChaosCenter](../concepts/chaos-center.md#chaoscenter), follow these steps:
1212

1313
1. Remove the ChaosEngines of the respective Chaos Infrastructure
1414

0 commit comments

Comments
 (0)