Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update installation.md #257

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 12 additions & 10 deletions website/docs/getting-started/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
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 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 CLI.


Users choosing the self-hosted option can refer to our Install and Configure docs for installing alternate versions and more detailed instructions.

Expand All @@ -31,19 +31,12 @@ import TabItem from '@theme/TabItem';

<Tabs>
<TabItem value="self-hosted" label="Self-Hosted" default>
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:
<li><a href="#install-litmus-using-helm">Helm3</a> chart</li>
<li><a href="#install-litmus-using-kubectl">Kubectl</a> yaml spec file</li>
<br/>
Refer to the below details for Self-Hosted Litmus installation.
</TabItem>
<TabItem value="hosted" label="Hosted (Beta)">
<a href="https://harness.io/">Harness</a> 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://app.harness.io/auth/#/signin">Harness Chaos Engineering SaaS</a>. 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.
<br/><br/>
To get started with Harness Chaos Engineering SaaS, visit <a href="https://developer.harness.io/docs/chaos-engineering/get-started/learn-more-free-plan">Harness Chaos Engineering SaaS</a> and register for free. You can skip the below installation steps.
</TabItem>
</Tabs>


### Install Litmus using Helm

The helm chart will install all the required service account configuration and ChaosCenter.
Expand Down Expand Up @@ -197,6 +190,15 @@ By default you are assigned with a default project with Owner permissions.

<img src={require('../assets/landing-page.png').default} width="800" />

</TabItem>
<TabItem value="hosted" label="Hosted (SaaS)">
<a href="https://harness.io/">Harness</a> 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 <a href="https://app.harness.io/auth/#/signup?module=chaos&utm_source=litmusdocs_io&utm_medium=cta&utm_campaign=ce&utm_content=hero">Harness Chaos Engineering SaaS</a>. 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.
<br/><br/>
To get started with Harness Chaos Engineering SaaS, visit <a href="https://app.harness.io/auth/#/signup?module=chaos&utm_source=litmusdocs_io&utm_medium=cta&utm_campaign=ce&utm_content=hero">Harness Chaos Engineering SaaS</a> and register for free. You can skip the below installation steps.
</TabItem>
</Tabs>


## Learn more

- [Install ChaosCenter in Namespace Scope](../user-guides/chaoscenter-namespace-scope-installation.md)
Expand Down
Loading