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
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.
Refer to the below details for Self-Hosted Litmus installation.
39
+
</TabItem>
40
+
<TabItemvalue="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>
29
46
30
47
### Install Litmus using Helm
31
48
@@ -73,7 +90,7 @@ Visit https://docs.litmuschaos.io to find more info.
73
90
74
91
> **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.
0 commit comments