Chaos and Resiliency Testing Service.
Apes can work as a proxy for one of your upstream API services to simulate high latencies and failures to make sure your services have the capability to withstand and recover from failures.
$ curl -sL https://github.com/Clivern/Apes/releases/download/x.x.x/Apes_x.x.x_OS_x86_64.tar.gz | tar xz
Run Apes Chaos Reverse Proxy.
$ ./Apes --port=8080 --upstream=https://httpbin.org --failRate=10% --latency=0s
Check the release.
$ ./Apes --get=release
Test it.
$ curl https://127.0.0.1:8080/ip
For transparency into our release cycle and in striving to maintain backward compatibility, Apes is maintained under the Semantic Versioning guidelines and release process is predictable and business-friendly.
See the Releases section of our GitHub project for changelogs for each release version of Apes. It contains summaries of the most noteworthy changes made in each release.
If you have any suggestions, bug reports, or annoyances please report them to our issue tracker at https://github.com/clivern/apes/issues
If you discover a security vulnerability within Apes, please send an email to [email protected]
We are an open source, community-driven project so please feel free to join us. see the contributing guidelines for more details.
© 2020, clivern. Released under MIT License.
Apes is authored and maintained by @clivern.