Zbchaos v0.1.0
ChrisKujawa
released this
12 Aug 15:04
·
1094 commits
to main
since this release
What's Changed
Note: Right now it expects a kubeconfig file under ~/.kube/config
to connect to a Zeebe Cluster, so make sure to have kubectl set up and deployed a Zeebe cluster (with https://helm.camunda.io/) before.
$ zbchaos
A chaos experimenting toolkit for Zeebe.
Perfect to inject some chaos into your brokers and gateways.
Usage:
zbchaos [command]
Available Commands:
brokers Print the name of the Zeebe broker pods
completion Generate the autocompletion script for the specified shell
connect Connect Zeebe nodes
disconnect Disconnect Zeebe nodes
help Help about any command
restart Restarts a Zeebe broker
terminate Terminates a Zeebe broker
topology Print the Zeebe topology deployed in the current namespace
verify Verify certain properties
version Print the version of zbchaos
Flags:
-h, --help help for zbchaos
-v, --verbose verbose output
Use "zbchaos [command] --help" for more information about a command.
Full Changelog: 1.3.2...zbchaos-v0.1.0