Skip to content

Commit 08a2a52

Browse files
authored
[3.0.0-beta8]: Added docs for 3.0.0-beta8 ChaosCenter Release (#217)
* Added docs for 3.0.0-beta8 Signed-off-by: Jonsy13 <[email protected]> * Added docs for 3.0.0-beta8 Signed-off-by: Jonsy13 <[email protected]> --------- Signed-off-by: Jonsy13 <[email protected]>
1 parent 4efd5c3 commit 08a2a52

File tree

287 files changed

+10926
-43
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

287 files changed

+10926
-43
lines changed

website/docs/getting-started/installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ Visit https://docs.litmuschaos.io to find more info.
9999
Applying the manifest file will install all the required service account configuration and ChaosCenter.
100100

101101
```bash
102-
kubectl apply -f https://litmuschaos.github.io/litmus/3.0.0-beta7/litmus-3.0.0-beta7.yaml
102+
kubectl apply -f https://litmuschaos.github.io/litmus/3.0.0-beta8/litmus-3.0.0-beta8.yaml
103103
```
104104

105105
---

website/docs/litmusctl/installation.md

Lines changed: 27 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -50,62 +50,67 @@ To check compatibility of litmusctl with Chaos Center
5050
<tr>
5151
<td>0.10.0</td>
5252
<td>2.9.0</td>
53-
<td>3.0.0-beta7</td>
53+
<td>3.0.0-beta8</td>
5454
</tr>
5555
<tr>
5656
<td>0.11.0</td>
5757
<td>2.9.0</td>
58-
<td>3.0.0-beta7</td>
58+
<td>3.0.0-beta8</td>
5959
</tr>
6060
<tr>
6161
<td>0.12.0</td>
6262
<td>2.9.0</td>
63-
<td>3.0.0-beta7</td>
63+
<td>3.0.0-beta8</td>
6464
</tr>
6565
<tr>
6666
<td>0.13.0</td>
6767
<td>2.9.0</td>
68-
<td>3.0.0-beta7</td>
68+
<td>3.0.0-beta8</td>
6969
</tr>
7070
<tr>
7171
<td>0.14.0</td>
7272
<td>2.9.0</td>
73-
<td>3.0.0-beta7</td>
73+
<td>3.0.0-beta8</td>
7474
</tr>
7575
<tr>
7676
<td>0.15.0</td>
7777
<td>2.9.0</td>
78-
<td>3.0.0-beta7</td>
78+
<td>3.0.0-beta8</td>
7979
</tr>
8080
<tr>
8181
<td>0.16.0</td>
8282
<td>2.9.0</td>
83-
<td>3.0.0-beta7</td>
83+
<td>3.0.0-beta8</td>
8484
</tr>
8585
<tr>
8686
<td>0.17.0</td>
8787
<td>2.9.0</td>
88-
<td>3.0.0-beta7</td>
88+
<td>3.0.0-beta8</td>
8989
</tr>
9090
<tr>
9191
<td>0.18.0</td>
9292
<td>2.9.0</td>
93-
<td>3.0.0-beta7</td>
93+
<td>3.0.0-beta8</td>
9494
</tr>
9595
<tr>
9696
<td>0.19.0</td>
9797
<td>2.9.0</td>
98-
<td>3.0.0-beta7</td>
98+
<td>3.0.0-beta8</td>
9999
</tr>
100100
<tr>
101101
<td>0.20.0</td>
102102
<td>2.9.0</td>
103-
<td>3.0.0-beta7</td>
103+
<td>3.0.0-beta8</td>
104104
</tr>
105105
<tr>
106106
<td>0.21.0</td>
107107
<td>2.9.0</td>
108-
<td>3.0.0-beta7</td>
108+
<td>3.0.0-beta8</td>
109+
</tr>
110+
<tr>
111+
<td>0.22.0</td>
112+
<td>2.9.0</td>
113+
<td>3.0.0-beta8</td>
109114
</tr>
110115
</table>
111116

@@ -115,113 +120,114 @@ To install the latest version of litmusctl follow the below steps:
115120

116121
<table>
117122
<th>Platforms</th>
123+
<th>0.22.0</th>
118124
<th>0.21.0</th>
119125
<th>0.20.0</th>
120126
<th>0.19.0</th>
121127
<th>0.18.0</th>
122128
<th>0.17.0</th>
123129
<th>0.16.0</th>
124130
<th>0.15.0</th>
125-
<th>0.14.0</th>
126131
<th>master(Unreleased)</th>
127132
<tr>
128133
<td>litmusctl-darwin-amd64 (MacOS)</td>
134+
<td><a href="https://litmusctl-production-bucket.s3.amazonaws.com/litmusctl-darwin-amd64-0.22.0.tar.gz">Click here</a></td>
129135
<td><a href="https://litmusctl-production-bucket.s3.amazonaws.com/litmusctl-darwin-amd64-0.21.0.tar.gz">Click here</a></td>
130136
<td><a href="https://litmusctl-production-bucket.s3.amazonaws.com/litmusctl-darwin-amd64-0.20.0.tar.gz">Click here</a></td>
131137
<td><a href="https://litmusctl-production-bucket.s3.amazonaws.com/litmusctl-darwin-amd64-0.19.0.tar.gz">Click here</a></td>
132138
<td><a href="https://litmusctl-production-bucket.s3.amazonaws.com/litmusctl-darwin-amd64-0.18.0.tar.gz">Click here</a></td>
133139
<td><a href="https://litmusctl-production-bucket.s3.amazonaws.com/litmusctl-darwin-amd64-0.17.0.tar.gz">Click here</a></td>
134140
<td><a href="https://litmusctl-production-bucket.s3.amazonaws.com/litmusctl-darwin-amd64-0.16.0.tar.gz">Click here</a></td>
135141
<td><a href="https://litmusctl-production-bucket.s3.amazonaws.com/litmusctl-darwin-amd64-0.15.0.tar.gz">Click here</a></td>
136-
<td><a href="https://litmusctl-production-bucket.s3.amazonaws.com/litmusctl-darwin-amd64-0.14.0.tar.gz">Click here</a></td>
137142
<td><a href="https://litmusctl-production-bucket.s3.amazonaws.com/litmusctl-darwin-amd64-master.tar.gz">Click here</a></td>
138143
</tr>
139144
<tr>
140145
<td>litmusctl-linux-386</td>
146+
<td><a href="https://litmusctl-production-bucket.s3.amazonaws.com/litmusctl-linux-386-0.22.0.tar.gz">Click here</a></td>
141147
<td><a href="https://litmusctl-production-bucket.s3.amazonaws.com/litmusctl-linux-386-0.21.0.tar.gz">Click here</a></td>
142148
<td><a href="https://litmusctl-production-bucket.s3.amazonaws.com/litmusctl-linux-386-0.20.0.tar.gz">Click here</a></td>
143149
<td><a href="https://litmusctl-production-bucket.s3.amazonaws.com/litmusctl-linux-386-0.19.0.tar.gz">Click here</a></td>
144150
<td><a href="https://litmusctl-production-bucket.s3.amazonaws.com/litmusctl-linux-386-0.18.0.tar.gz">Click here</a></td>
145151
<td><a href="https://litmusctl-production-bucket.s3.amazonaws.com/litmusctl-linux-386-0.17.0.tar.gz">Click here</a></td>
146152
<td><a href="https://litmusctl-production-bucket.s3.amazonaws.com/litmusctl-linux-386-0.16.0.tar.gz">Click here</a></td>
147153
<td><a href="https://litmusctl-production-bucket.s3.amazonaws.com/litmusctl-linux-386-0.15.0.tar.gz">Click here</a></td>
148-
<td><a href="https://litmusctl-production-bucket.s3.amazonaws.com/litmusctl-linux-386-0.14.0.tar.gz">Click here</a></td>
149154
<td><a href="https://litmusctl-production-bucket.s3.amazonaws.com/litmusctl-linux-386-master.tar.gz">Click here</a></td>
150155
</tr>
151156
<tr>
152157
<td>litmusctl-linux-amd64</td>
158+
<td><a href="https://litmusctl-production-bucket.s3.amazonaws.com/litmusctl-linux-amd64-0.22.0.tar.gz">Click here</a></td>
153159
<td><a href="https://litmusctl-production-bucket.s3.amazonaws.com/litmusctl-linux-amd64-0.21.0.tar.gz">Click here</a></td>
154160
<td><a href="https://litmusctl-production-bucket.s3.amazonaws.com/litmusctl-linux-amd64-0.20.0.tar.gz">Click here</a></td>
155161
<td><a href="https://litmusctl-production-bucket.s3.amazonaws.com/litmusctl-linux-amd64-0.19.0.tar.gz">Click here</a></td>
156162
<td><a href="https://litmusctl-production-bucket.s3.amazonaws.com/litmusctl-linux-amd64-0.18.0.tar.gz">Click here</a></td>
157163
<td><a href="https://litmusctl-production-bucket.s3.amazonaws.com/litmusctl-linux-amd64-0.17.0.tar.gz">Click here</a></td>
158164
<td><a href="https://litmusctl-production-bucket.s3.amazonaws.com/litmusctl-linux-amd64-0.16.0.tar.gz">Click here</a></td>
159165
<td><a href="https://litmusctl-production-bucket.s3.amazonaws.com/litmusctl-linux-amd64-0.15.0.tar.gz">Click here</a></td>
160-
<td><a href="https://litmusctl-production-bucket.s3.amazonaws.com/litmusctl-linux-amd64-0.14.0.tar.gz">Click here</a></td>
161166
<td><a href="https://litmusctl-production-bucket.s3.amazonaws.com/litmusctl-linux-amd64-master.tar.gz">Click here</a></td>
162167
</tr>
163168
<tr>
164169
<td>litmusctl-linux-arm</td>
170+
<td><a href="https://litmusctl-production-bucket.s3.amazonaws.com/litmusctl-linux-arm-0.22.0.tar.gz">Click here</a></td>
165171
<td><a href="https://litmusctl-production-bucket.s3.amazonaws.com/litmusctl-linux-arm-0.21.0.tar.gz">Click here</a></td>
166172
<td><a href="https://litmusctl-production-bucket.s3.amazonaws.com/litmusctl-linux-arm-0.20.0.tar.gz">Click here</a></td>
167173
<td><a href="https://litmusctl-production-bucket.s3.amazonaws.com/litmusctl-linux-arm-0.19.0.tar.gz">Click here</a></td>
168174
<td><a href="https://litmusctl-production-bucket.s3.amazonaws.com/litmusctl-linux-arm-0.18.0.tar.gz">Click here</a></td>
169175
<td><a href="https://litmusctl-production-bucket.s3.amazonaws.com/litmusctl-linux-arm-0.17.0.tar.gz">Click here</a></td>
170176
<td><a href="https://litmusctl-production-bucket.s3.amazonaws.com/litmusctl-linux-arm-0.16.0.tar.gz">Click here</a></td>
171177
<td><a href="https://litmusctl-production-bucket.s3.amazonaws.com/litmusctl-linux-arm-0.15.0.tar.gz">Click here</a></td>
172-
<td><a href="https://litmusctl-production-bucket.s3.amazonaws.com/litmusctl-linux-arm-0.14.0.tar.gz">Click here</a></td>
173178
<td><a href="https://litmusctl-production-bucket.s3.amazonaws.com/litmusctl-linux-arm-master.tar.gz">Click here</a></td>
174179
</tr>
175180
<tr>
176181
<td>litmusctl-linux-arm64</td>
182+
<td><a href="https://litmusctl-production-bucket.s3.amazonaws.com/litmusctl-linux-arm64-0.22.0.tar.gz">Click here</a></td>
177183
<td><a href="https://litmusctl-production-bucket.s3.amazonaws.com/litmusctl-linux-arm64-0.21.0.tar.gz">Click here</a></td>
178184
<td><a href="https://litmusctl-production-bucket.s3.amazonaws.com/litmusctl-linux-arm64-0.20.0.tar.gz">Click here</a></td>
179185
<td><a href="https://litmusctl-production-bucket.s3.amazonaws.com/litmusctl-linux-arm64-0.19.0.tar.gz">Click here</a></td>
180186
<td><a href="https://litmusctl-production-bucket.s3.amazonaws.com/litmusctl-linux-arm64-0.18.0.tar.gz">Click here</a></td>
181187
<td><a href="https://litmusctl-production-bucket.s3.amazonaws.com/litmusctl-linux-arm64-0.17.0.tar.gz">Click here</a></td>
182188
<td><a href="https://litmusctl-production-bucket.s3.amazonaws.com/litmusctl-linux-arm64-0.16.0.tar.gz">Click here</a></td>
183189
<td><a href="https://litmusctl-production-bucket.s3.amazonaws.com/litmusctl-linux-arm64-0.15.0.tar.gz">Click here</a></td>
184-
<td><a href="https://litmusctl-production-bucket.s3.amazonaws.com/litmusctl-linux-arm64-0.14.0.tar.gz">Click here</a></td>
185190
<td><a href="https://litmusctl-production-bucket.s3.amazonaws.com/litmusctl-linux-arm64-master.tar.gz">Click here</a></td>
186191
</tr>
187192
<tr>
188193
<td>litmusctl-windows-386</td>
194+
<td><a href="https://litmusctl-production-bucket.s3.amazonaws.com/litmusctl-windows-386-0.22.0.tar.gz">Click here</a></td>
189195
<td><a href="https://litmusctl-production-bucket.s3.amazonaws.com/litmusctl-windows-386-0.21.0.tar.gz">Click here</a></td>
190196
<td><a href="https://litmusctl-production-bucket.s3.amazonaws.com/litmusctl-windows-386-0.20.0.tar.gz">Click here</a></td>
191197
<td><a href="https://litmusctl-production-bucket.s3.amazonaws.com/litmusctl-windows-386-0.19.0.tar.gz">Click here</a></td>
192198
<td><a href="https://litmusctl-production-bucket.s3.amazonaws.com/litmusctl-windows-386-0.18.0.tar.gz">Click here</a></td>
193199
<td><a href="https://litmusctl-production-bucket.s3.amazonaws.com/litmusctl-windows-386-0.17.0.tar.gz">Click here</a></td>
194200
<td><a href="https://litmusctl-production-bucket.s3.amazonaws.com/litmusctl-windows-386-0.16.0.tar.gz">Click here</a></td>
195201
<td><a href="https://litmusctl-production-bucket.s3.amazonaws.com/litmusctl-windows-386-0.15.0.tar.gz">Click here</a></td>
196-
<td><a href="https://litmusctl-production-bucket.s3.amazonaws.com/litmusctl-windows-386-0.14.0.tar.gz">Click here</a></td>
197202
<td><a href="https://litmusctl-production-bucket.s3.amazonaws.com/litmusctl-windows-386-master.tar.gz">Click here</a></td>
198203
</tr>
199204
<tr>
200205
<td>litmusctl-windows-amd64</td>
206+
<td><a href="https://litmusctl-production-bucket.s3.amazonaws.com/litmusctl-windows-amd64-0.22.0.tar.gz">Click here</a></td>
201207
<td><a href="https://litmusctl-production-bucket.s3.amazonaws.com/litmusctl-windows-amd64-0.21.0.tar.gz">Click here</a></td>
202208
<td><a href="https://litmusctl-production-bucket.s3.amazonaws.com/litmusctl-windows-amd64-0.20.0.tar.gz">Click here</a></td>
203209
<td><a href="https://litmusctl-production-bucket.s3.amazonaws.com/litmusctl-windows-amd64-0.19.0.tar.gz">Click here</a></td>
204210
<td><a href="https://litmusctl-production-bucket.s3.amazonaws.com/litmusctl-windows-amd64-0.18.0.tar.gz">Click here</a></td>
205211
<td><a href="https://litmusctl-production-bucket.s3.amazonaws.com/litmusctl-windows-amd64-0.17.0.tar.gz">Click here</a></td>
206212
<td><a href="https://litmusctl-production-bucket.s3.amazonaws.com/litmusctl-windows-amd64-0.16.0.tar.gz">Click here</a></td>
207213
<td><a href="https://litmusctl-production-bucket.s3.amazonaws.com/litmusctl-windows-amd64-0.15.0.tar.gz">Click here</a></td>
208-
<td><a href="https://litmusctl-production-bucket.s3.amazonaws.com/litmusctl-windows-amd64-0.14.0.tar.gz">Click here</a></td>
209214
<td><a href="https://litmusctl-production-bucket.s3.amazonaws.com/litmusctl-windows-amd64-master.tar.gz">Click here</a></td>
210215
</tr>
211216
<tr>
212217
<td>litmusctl-windows-arm</td>
218+
<td><a href="https://litmusctl-production-bucket.s3.amazonaws.com/litmusctl-windows-arm-0.22.0.tar.gz">Click here</a></td>
213219
<td><a href="https://litmusctl-production-bucket.s3.amazonaws.com/litmusctl-windows-arm-0.21.0.tar.gz">Click here</a></td>
214220
<td><a href="https://litmusctl-production-bucket.s3.amazonaws.com/litmusctl-windows-arm-0.20.0.tar.gz">Click here</a></td>
215221
<td><a href="https://litmusctl-production-bucket.s3.amazonaws.com/litmusctl-windows-arm-0.19.0.tar.gz">Click here</a></td>
216222
<td><a href="https://litmusctl-production-bucket.s3.amazonaws.com/litmusctl-windows-arm-0.18.0.tar.gz">Click here</a></td>
217223
<td><a href="https://litmusctl-production-bucket.s3.amazonaws.com/litmusctl-windows-arm-0.17.0.tar.gz">Click here</a></td>
218224
<td><a href="https://litmusctl-production-bucket.s3.amazonaws.com/litmusctl-windows-arm-0.16.0.tar.gz">Click here</a></td>
219225
<td><a href="https://litmusctl-production-bucket.s3.amazonaws.com/litmusctl-windows-arm-0.15.0.tar.gz">Click here</a></td>
220-
<td><a href="https://litmusctl-production-bucket.s3.amazonaws.com/litmusctl-windows-arm-0.14.0.tar.gz">Click here</a></td>
221226
<td><a href="https://litmusctl-production-bucket.s3.amazonaws.com/litmusctl-windows-arm-master.tar.gz">Click here</a></td>
222227
</tr>
223228
</table>
224229

230+
225231
### Linux/MacOS
226232

227233
- Extract the binary

website/docs/user-guides/chaoscenter-cluster-scope-installation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,10 +80,10 @@ Visit https://docs.litmuschaos.io to find more info.
8080
Applying the manifest file will install all the required service account configuration and ChaosCenter.
8181

8282
```bash
83-
kubectl apply -f https://litmuschaos.github.io/litmus/3.0.0-beta7/litmus-3.0.0-beta7.yaml
83+
kubectl apply -f https://litmuschaos.github.io/litmus/3.0.0-beta8/litmus-3.0.0-beta8.yaml
8484
```
8585

86-
> If you are installing Litmus in any other namespace apart from `litmus` namespace, make sure to change the same in the manifest too `https://litmuschaos.github.io/litmus/3.0.0-beta7/litmus-3.0.0-beta7.yaml`.
86+
> If you are installing Litmus in any other namespace apart from `litmus` namespace, make sure to change the same in the manifest too `https://litmuschaos.github.io/litmus/3.0.0-beta8/litmus-3.0.0-beta8.yaml`.
8787
8888
## **Verify your installation**
8989

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ To uninstall the ChaosCenter from the system, follow these steps -
102102
- **Litmus 2.0.0**
103103

104104
```bash
105-
kubectl delete -f https://raw.githubusercontent.com/litmuschaos/litmus/3.0.0-beta6/mkdocs/docs/3.0.0-beta7/litmus-3.0.0-beta7.yaml
105+
kubectl delete -f https://raw.githubusercontent.com/litmuschaos/litmus/3.0.0-beta8/mkdocs/docs/3.0.0-beta8/litmus-3.0.0-beta8.yaml
106106
```
107107

108108
> To delete any specific version of the ChaosCenter, replace the above command with the below command. `kubectl delete -f https://raw.githubusercontent.com/litmuschaos/litmus/<VERSION>/docs/<VERSION/litmus-<VERSION>.yaml`

website/docs/user-guides/upgrade.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@ sidebar_label: Upgrade
88

99
## Upgrade ChaosCenter
1010

11-
To upgrade Litmus ChaosCenter from 3.0.0-beta6 to 3.0.0-beta7, you can follow these steps:
11+
To upgrade Litmus ChaosCenter from 3.0.0-beta7 to 3.0.0-beta8, you can follow these steps:
1212

1313
> Note: This step is not required if using Helm, Helm upgrade should work.
1414
1515
1. Upgrade the control plane (ChaosCenter)
1616
To upgrade ChaosCenter, you can re-apply the manifest using the kubectl.
1717

1818
```bash
19-
kubectl apply -f https://raw.githubusercontent.com/litmuschaos/litmus/master/mkdocs/docs/3.0.0-beta7/litmus-3.0.0-beta7.yaml
19+
kubectl apply -f https://raw.githubusercontent.com/litmuschaos/litmus/master/mkdocs/docs/3.0.0-beta8/litmus-3.0.0-beta8.yaml
2020
```
2121

2222
## Upgrade Mongodb DB Schema

website/docusaurus.config.js

Lines changed: 18 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -150,25 +150,27 @@ module.exports = {
150150
],
151151
copyright: `Copyright © ${new Date().getFullYear()} LitmusChaos Authors. All rights reserved.`
152152
},
153-
hideableSidebar: true,
154-
155-
googleAnalytics: {
156-
trackingID: 'UA-155028077-2'
157-
}
153+
hideableSidebar: true
158154
},
159155
presets: [
160156
[
161-
'@docusaurus/preset-classic',
162-
{
163-
docs: {
164-
sidebarPath: require.resolve('./sidebars.js'),
165-
editUrl: 'https://github.com/litmuschaos/litmus-docs/edit/master/website',
166-
showLastUpdateTime: true
167-
},
168-
theme: {
169-
customCss: require.resolve('./src/css/global.css')
170-
}
171-
}
157+
'@docusaurus/preset-classic',(
158+
{
159+
docs: {
160+
sidebarPath: require.resolve('./sidebars.js'),
161+
editUrl: 'https://github.com/litmuschaos/litmus-docs/edit/master/website',
162+
showLastUpdateTime: true
163+
},
164+
theme: {
165+
customCss: require.resolve('./src/css/global.css')
166+
},
167+
gtag: {
168+
trackingID: "G-GG5GRPM03R",
169+
},
170+
googleAnalytics: {
171+
trackingID: 'UA-155028077-2'
172+
},
173+
})
172174
]
173175
]
174176
}
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
id: architecture-summary
3+
title: Architecture Summary
4+
sidebar_label: Architecture Summary
5+
---
6+
7+
---
8+
9+
<img src={require("../assets/architecture-summary.png").default} alt="Architecture Overview" />
10+
11+
The Litmus architecture can be segregated into two parts:
12+
13+
1. **Control Plane:** Contains the components required for the functioning of Chaos Center, the website-based portal for Litmus.
14+
15+
2. **Execution Plane:** Contains the components required for the injection of chaos in the target resources.
16+
17+
Chaos Center can be used for creating, scheduling, and monitoring Chaos Scenarios, a set of chaos experiments defined in a definitive sequence to achieve desired chaos impact on the target resources upon execution. Users can log in to the Chaos Center using valid login credentials and leverage the interactive web UI to define their chaos scenario to target multiple aspects of their infrastructure. Once the user creates a Chaos Scenario using the Chaos Center, it is passed on to the Execution Plane. The Execution Plane can be present either in the host cluster containing the Control Plane if the self chaos delegate is being used, or in the target cluster if an external chaos delegate is being used. The Execution Plane interprets the Chaos Scenario as a list of steps required for injecting chaos into the target resources. It ensures efficient orchestration of chaos in cloud-native environments using various Kubernetes CRs. Once the Chaos Scenario is executed, Execution Plane sends the chaos result to the Control Plane for their post-processing using either the built-in monitoring dashboard of Litmus or using external observability tools such as Prometheus DB and Grafana dashboard. Litmus also achieves automated Chaos Scenario runs to execute chaos as part of the CI/CD pipeline based on a set of defined conditions using GitOps.

0 commit comments

Comments
 (0)