Go to file
Neelanjan Manna e7b4e7dbe4
chore: adds retries with timeout for litmus and k8s client operations (#766)
* chore: adds retries for k8s api operations

Signed-off-by: neelanjan00 <neelanjan.manna@harness.io>

* chore: adds retries for litmus api operations

Signed-off-by: neelanjan00 <neelanjan.manna@harness.io>

---------

Signed-off-by: neelanjan00 <neelanjan.manna@harness.io>
2025-08-14 15:41:34 +05:30
.github (chore): Fix the build, push, and release pipelines (#716) 2024-10-15 23:33:54 +05:30
bin feat: adds ip+port filtering, adds pod-network-rate-limit fault 2025-08-13 16:13:24 +05:30
build add openssh-clients to dockerfile 2025-01-06 01:04:25 +05:30
chaoslib/litmus chore: adds retries with timeout for litmus and k8s client operations (#766) 2025-08-14 15:41:34 +05:30
contribute/developer-guide chore: adds retries with timeout for litmus and k8s client operations (#766) 2025-08-14 15:41:34 +05:30
experiments chore: adds retries with timeout for litmus and k8s client operations (#766) 2025-08-14 15:41:34 +05:30
pkg chore: adds retries with timeout for litmus and k8s client operations (#766) 2025-08-14 15:41:34 +05:30
.gitignore Chore(Azure): Update and Shift Azure instance stop chaos to master (#377) 2021-07-12 19:23:43 +05:30
CONTRIBUTING.md chore(charts): update readme, contributor guide and github actions (#454) 2021-10-13 12:57:37 +05:30
LICENSE Initial commit 2020-04-17 11:02:33 +05:30
Makefile fix: change docker repo 2024-08-21 10:16:57 +09:00
README.md Updated README.md file (#559) 2022-09-26 11:11:43 +05:30
go.mod written test for `workload.go` in `pkg/workloads` (#767) 2025-08-12 17:30:22 +05:30
go.sum written test for `workload.go` in `pkg/workloads` (#767) 2025-08-12 17:30:22 +05:30
okteto.yml (feat)test: use okteto for dev testing of current chaos experiments (#79) 2020-08-11 12:42:01 +05:30

README.md

LitmusGo:

Slack Channel GitHub Workflow Docker Pulls GitHub issues Twitter Follow CII Best Practices Go Report Card FOSSA Status YouTube Channel

This repo consists of Litmus Chaos Experiments written in golang. The examples in this repo are good indicators of how to construct the experiments in golang: complete with steady state checks, chaosresult generation, chaos injection etc.., post chaos checks, create events and reports for observability and configure sinks for these.

NOTE: This repo can be viewed as an extension to the litmuschaos/litmus repo. The litmus repo will also continue to be the project's community-facing meta repo housing other important project artifacts. In that sense, litmus-go is very similar to and therefore a sister repo of litmus-python which houses examples for experiment business logic written in python.

Litmus SDK

The Litmus SDK provides a simple way to bootstrap your experiment and helps create the aforementioned artifacts in the appropriate directory (i.e., as per the chaos-category) based on an attributes file provided as input by the chart-developer. The scaffolded files consist of placeholders which can then be filled as desired.

It generates the custom chaos experiments with some default Pre & Post Chaos Checks (AUT & Auxiliary Applications status checks). It can use the existing chaoslib (present inside /chaoslib directory), if available else It will create a new chaoslib inside the corresponding directory.

Refer Litmus-SDK for more details.

How to get started?

Refer the LitmusChaos Docs and Experiment Docs

How do I contribute?

You can contribute by raising issues, improving the documentation, contributing to the core framework and tooling, etc.

Head over to the Contribution guide

License

Here is a copy of the License: License

License Status and Vulnerability Check

FOSSA Status