Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/steadybit/action-kit
The Steadybit ActionKit enables the extension of Steadybit with new action capabilities that you can use within experiments.
https://github.com/steadybit/action-kit
attack chaos-engineering experiment extension healthcheck load-testing steadybit
Last synced: 5 days ago
JSON representation
The Steadybit ActionKit enables the extension of Steadybit with new action capabilities that you can use within experiments.
- Host: GitHub
- URL: https://github.com/steadybit/action-kit
- Owner: steadybit
- License: mit
- Created: 2022-08-16T06:33:45.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-27T21:45:31.000Z (15 days ago)
- Last Synced: 2025-01-29T05:32:35.026Z (13 days ago)
- Topics: attack, chaos-engineering, experiment, extension, healthcheck, load-testing, steadybit
- Language: Go
- Homepage:
- Size: 3.46 MB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Steadybit ActionKit
The Steadybit ActionKit enables the extension of Steadybit with new action capabilities that you can use within experiments. For example, ActionKit can be used to author open/closed source:
- attacks to attack AWS, Azure, and Google Cloud services that Steadybit cannot natively attack,
- integrate load testing tools,
- health and state checks and
- every other runnable action!## Getting Started
We recommend that you read the following documentation to get started with ActionKit.
- [Action API](/docs/action-api.md)
- [How-To Write An Attack Extension](/docs/how-to/write-an-attack-extension.md)
- [Action Registration](/docs/action-registration.md)
- [Widgets](/docs/widgets.md)
- [Terminology](/docs/terminology.md)
- [Examples](/docs/examples.md)
- [FAQ](/docs/faq.md)
- [Extension-Scaffold](https://github.com/steadybit/extension-scaffold/blob/main/README.md)