diff --git a/website/docs/getting-started/installation.md b/website/docs/getting-started/installation.md index 7cceb46d..5a7ab3e1 100644 --- a/website/docs/getting-started/installation.md +++ b/website/docs/getting-started/installation.md @@ -20,7 +20,7 @@ Recommend to have a Persistent volume(PV) of 20GB, You can start with 1GB for te ## 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. @@ -29,7 +29,7 @@ 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

  • @@ -261,6 +261,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 with HTTPS](../user-guides/chaoscenter-advanced-installation.md)