Skip to content

krkn-chaos/arcaflow-plugin-kill-pod

Repository files navigation

Chaos Engineering Kill Pod Plugin for Arcaflow

This plugin implements the Kill Pod scenario used by redhat-chaos/krkn for Chaos Engineering experiments on Kubernetes.

Testing

For testing this plugin you need a kubernets instance. Within CI we are using KinD.

The test is going to read your kubeconfig file which defaults to ~/.kube/config.

The code requires Python >= 3.9 in order to work.

python -m venv .venv
source .venv/bin/activate
pip install poetry
poetry install
poetry run python -m coverage run -a -m unittest discover -s tests -v
poetry run python -m coverage html

About

Chaos Engineering - Kill Pod scenario plugin for Arcaflow

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published