Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chaos-mesh/charts
Helm repository for Chaos Mesh
https://github.com/chaos-mesh/charts
chaos-mesh charts helm
Last synced: about 2 months ago
JSON representation
Helm repository for Chaos Mesh
- Host: GitHub
- URL: https://github.com/chaos-mesh/charts
- Owner: chaos-mesh
- License: apache-2.0
- Created: 2020-07-14T03:20:18.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-09-20T08:13:52.000Z (5 months ago)
- Last Synced: 2024-11-06T23:34:11.454Z (3 months ago)
- Topics: chaos-mesh, charts, helm
- Homepage: https://charts.chaos-mesh.org
- Size: 14.4 MB
- Stars: 5
- Watchers: 3
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![Chaos Mesh Social Preview](https://raw.githubusercontent.com/chaos-mesh/.github/main/chaos-mesh-social-preview.png)
Chaos Mesh Helm Charts
Helm charts for Chaos Mesh.
Website •
Documentation •
Features •
RFCs •
Join 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
```sh
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.
- See for supported Kubernetes versions.
- Helm 3### Using Helm
1. Add Chaos Mesh repository:
```bash
helm repo add chaos-mesh https://charts.chaos-mesh.org
```2. Search available version:
```bash
helm search repo chaos-mesh
```### Install Chaos Mesh
```bash
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](https://github.com/chaos-mesh/chaos-mesh/tree/master/helm/chaos-mesh).
## License
Chaos Mesh is licensed under the Apache License, Version 2.0. See [LICENSE](./LICENSE) for the full license text.