Skip to content

Commit d1c5eb1

Browse files
author
Neelanjan Manna
authored
Added CN Litmus Cloud Installation Docs (#161)
* updated docusaurus, added CN Litmus Cloud Installation docs * added CN Litmus Cloud Installation docs to versioned docs * updated litmuschaos cloud installation docs, updated kubectl links * updated litmuschaos cloud installation docs, reverted versioned docs < 2.4.0 Signed-off-by: neelanjan00 <[email protected]>
1 parent 817cabf commit d1c5eb1

File tree

8 files changed

+14652
-50
lines changed

8 files changed

+14652
-50
lines changed

website/docs/getting-started/installation.md

Lines changed: 22 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,27 @@ Before deploying LitmusChaos, make sure the following items are there
2222

2323
## Installation
2424

25-
Installation of Litmus can be done using either of the below methods
26-
27-
- [Helm3](#install-litmus-using-helm) chart
28-
- [Kubectl](#install-litmus-using-kubectl) yaml spec file
25+
Users looking to use Litmus for the first time have two options available to them today. One way is to use a hosted Litmus service like [ChaosNative Litmus Cloud](https://cloud.chaosnative.com/). Alternatively, users looking for some more flexibility can install Litmus into their own Kubernetes cluster.
26+
27+
Users choosing the self-hosted option can refer to our Install and Configure docs for installing alternate versions and more detailed instructions.
28+
29+
import Tabs from '@theme/Tabs';
30+
import TabItem from '@theme/TabItem';
31+
32+
<Tabs>
33+
<TabItem value="self-hosted" label="Self-Hosted" default>
34+
Installation of Self-Hosted Litmus can be done using either of the below methods:
35+
<li><a href="#install-litmus-using-helm">Helm3</a> chart</li>
36+
<li><a href="#install-litmus-using-kubectl">Kubectl</a> yaml spec file</li>
37+
<br/>
38+
Refer to the below details for Self-Hosted Litmus installation.
39+
</TabItem>
40+
<TabItem value="hosted" label="Hosted (Beta)">
41+
ChaosNative, the founders of Litmus, offers a free service for community members which makes getting started with Litmus easy. Create an account to get started. Once logged in, create a new hosted control plane and connect to it via the up CLI. Litmus can be used as a hosted cloud service using <a href="https://cloud.chaosnative.com/">ChaosNative Litmus Cloud</a>. ChaosNative Litmus Cloud executes your Chaos Workflows in the cloud by managing all your <a href="../architecture/chaos-control-plane">Chaos Control Plane</a> components, while the <a href="../architecture/chaos-execution-plane">Chaos Execution Plane</a> components exist on your Kubernetes cluster as part of an <a href="../getting-started/resources#types-of-chaosagents">external agent</a>.
42+
<br/><br/>
43+
To get started with ChaosNative Litmus Cloud, visit <a href="https://cloud.chaosnative.com/">ChaosNative Litmus Cloud</a> and register for free. You can skip the below installation steps.
44+
</TabItem>
45+
</Tabs>
2946

3047
### Install Litmus using Helm
3148

@@ -73,7 +90,7 @@ Visit https://docs.litmuschaos.io to find more info.
7390

7491
> **Note:** Litmus uses Kubernetes CRDs to define chaos intent. Helm3 handles CRDs better than Helm2. Before you start running a chaos experiment, verify if Litmus is installed correctly.
7592
76-
### **Install Litmus using kubectl **
93+
### **Install Litmus using kubectl**
7794

7895
#### **Install Litmus ChaosCenter**
7996

0 commit comments

Comments
 (0)