diff --git a/website/docs/getting-started/installation.md b/website/docs/getting-started/installation.md index 98596bf6..48c4b317 100644 --- a/website/docs/getting-started/installation.md +++ b/website/docs/getting-started/installation.md @@ -22,7 +22,7 @@ Before deploying LitmusChaos, make sure the following items are there ## Installation -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 [Harness Chaos Engineering SaaS](https://app.harness.io/auth/#/signin). Alternatively, users looking for some more flexibility can install Litmus into their own Kubernetes cluster. +Users looking to use LitmusChaos for the first time have two options available to them today. One way is to use a hosted LitmusChaos service like the [Harness Chaos Engineering SaaS](https://app.harness.io/auth/#/signup?module=chaos&utm_source=litmusdocs_io&utm_medium=cta&utm_campaign=ce&utm_content=hero) built on LitmusChaos. Alternatively, users looking for some more flexibility can install LitmusChaos into their own Kubernetes cluster through a Helm chart or KubeCtl. Users choosing the self-hosted option can refer to our Install and Configure docs for installing alternate versions and more detailed instructions. @@ -31,19 +31,12 @@ import TabItem from '@theme/TabItem'; - Installation of Self-Hosted Litmus can be done using either of the below methods: + Installation of Self-Hosted LitmusChaos can be done using either of the below methods:
  • Helm3 chart
  • Kubectl yaml spec file

  • Refer to the below details for Self-Hosted Litmus installation. -
    - - Harness 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 Harness Chaos Engineering SaaS. Harness Chaos Engineering SaaS executes your Chaos Experiments in the cloud by managing all your Chaos Control Plane components, while the Chaos Execution Plane components exist on your Kubernetes cluster as part of an external chaos infrastructure. -

    - To get started with Harness Chaos Engineering SaaS, visit Harness Chaos Engineering SaaS and register for free. You can skip the below installation steps. -
    -
    - + ### Install Litmus using Helm The helm chart will install all the required service account configuration and ChaosCenter. @@ -197,6 +190,15 @@ By default you are assigned with a default project with Owner permissions. + + + Harness offers a free service for community members which makes getting started with LitmusChaos 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 Harness Chaos Engineering SaaS. Harness Chaos Engineering SaaS executes your Chaos Experiments in the cloud by managing all your Chaos Control Plane components, while the Chaos Execution Plane components exist on your Kubernetes cluster as part of an external chaos infrastructure. +

    + To get started with Harness Chaos Engineering SaaS, visit Harness Chaos Engineering SaaS and register for free. You can skip the below installation steps. +
    + + + ## Learn more - [Install ChaosCenter in Namespace Scope](../user-guides/chaoscenter-namespace-scope-installation.md)