Skip to the content.

Chaos Mesh Social Preview

Chaos Mesh Helm Charts

Helm charts for Chaos Mesh.

WebsiteDocumentationFeaturesRFCsJoin our Slack channel (#project-chaos-mesh)

Overview

Chaos Mesh is an open source cloud-native Chaos Engineering platform. It offers various types of fault simulation and has an enormous capability to orchestrate fault scenarios.

Using Chaos Mesh, you can conveniently simulate various abnormalities that might occur in reality during the development, testing, and production environments and find potential problems in the system. To lower the threshold for a Chaos Engineering project, Chaos Mesh provides you with a visualization operation. You can easily design your Chaos scenarios on the Web UI and monitor the status of Chaos experiments.

Quick Start

helm repo add chaos-mesh https://charts.chaos-mesh.org
helm install chaos-mesh chaos-mesh/chaos-mesh --namespace=chaos-mesh --create-namespace

Documentation

Prerequisites

Since Helm 3 has been released for a while, we will only support Helm 3 in the future. If you are still using Helm 2, please upgrade to Helm 3.

Using Helm

  1. Add Chaos Mesh repository:

    helm repo add chaos-mesh https://charts.chaos-mesh.org
    
  2. Search available version:

    helm search repo chaos-mesh
    

Install Chaos Mesh

helm install chaos-mesh chaos-mesh/chaos-mesh --namespace=chaos-mesh --create-namespace

For more details about the installation and configuration, please refer to README of chart source directory.

License

Chaos Mesh is licensed under the Apache License, Version 2.0. See LICENSE for the full license text.