powerfulseal / powerfulseal

A powerful testing tool for Kubernetes clusters.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Use powerfulseal as library

Aergonus opened this issue · comments

An alternative use case for powerfulseal is to only execute kubernetes chaos and cleanup. If an external system wants to be in charge of automation and coordination. it may want to start an operation and execute an early cleanup.

this would entail

  1. supporting python dict objects to startup configs
  2. splitting out chaos operations (such as cloning) and cleanup operations (deleting chaos tagged operations and reverting any changes)

Can be used as a library with native python dict configs!