Deploy Litmus on KubeSphere
The Litmus architecture is as follows. For details about the Litmus architecture, see Litmus Docs.
This tutorial demonstrates how to deploy Litmus on KubeSphere and create chaos experiments.
- You need to enable the .
- You need to create a workspace, a project, and two accounts ( and
project-regular
). For more information, see Create Workspaces, Projects, Accounts, and Roles.
Hands-on Lab
In your workspace, go to App Repositories under App Management, and then click Add.
In the dialog that appears, set a name for the repository (for example,
litmus
) and enter the URLhttps://litmuschaos.github.io/litmus-helm/
. Click Validate to verify the URL. You will see icon if the URL is available. Click OK to continue.The app repository displays in the list after it is successfully imported.
Log out of the KubeSphere console and log back in as
project-regular
. In your project, go to Apps under Application Workloads, and then click Create.In the drop-down list, choose
litmus
, and then chooselitmus-2-0-0-beta
.You can view the app information and chart files. Under Versions, select a specific version and click Install.
Under Basic Information, set a name for the app. Check the app version and the deployment location, and then click Next.
Under App Settings, you can edit the yaml file or directly click Install.
The app displays in the list after you create it successfully.
It may take a while before Litmus is running. Please wait for the deployment to finish.
Go to Services under Application Workloads, copy the
NodePort
oflitmusportal-frontend-service
.You can access Litmus
Portal
through using the default username and password (admin
/litmus
).Note
The Litmus Agent
can be classified into Self-Agent
and External-Agent
. By default, the cluster where Litmus is installed is automatically registered as Self-Agent
, and Portal
defaults to run chaos experiments in Self-Agent
.
For details about how to deploy External Agent, see Litmus Docs.
- Experiment 1
You need to create a test application on your cluster. For example, you can deploy
nginx
using the following command:Log in to Litmus
Portal
, and then click Schedule workflow.Choose Create a new workflow using the experiments from MyHub. In the drop-down list, select Chaos Hub, and then click Next.
Set a name for the workflow (for example,
pod-delete
). You can also add a description for the workflow. Click Next.Click Add a new experiment to add a chaos experiment to the workflow. Click Next.
Select a point to adjust the weight of the experiment in the workflow. Click Next.
Choose Schedule now, and then click Next.
Verify the workflow, and then click Finish.
On the KubeSphere console, you can see that a Pod is being deleted and recreated.
On the Litmus
Portal
, you can see that the experiment is successful.You can click a specific workflow node to view its detailed logs.
- Experiment 2
Perform steps 1 to 10 in Experiment 1 to create a new chaos experiment (
pod-cpu-hog
).On the KubeSphere console, you can see that the pod CPU usage is close to 1 core.
- Experiment 3
Set the
nginx
replica to1
. You can see there is only one pod left and view the Pod IP address.Perform steps 1 to 10 in Experiment 1 to create a new chaos experiment ().
You can ping the Pod IP address to test the packet loss rate.
The preceding experiments are conducted on Pods. You can also experiment on nodes and other Kubernetes components. For details about the chaos experiments, see .