xlgao-zju / argo-chaos-mesh-plugin

An argo plugin for executing chaos mesh experiment.
Apache License 2.0
6 stars 2 forks source link
argo-workflow chaos-mesh plugin

Argo chaos mesh plugin

Installation

git clone git@github.com:xlgao-zju/argo-chaos-mesh-plugin.git
cd argo-chaos-mesh-plugin
kubectl apply -f ./deploy

Run the demon

# run a pod as a experiment target
kubectl run nginx --image=nginx
# run argo workflow which uses the chaos mesh plugin
kubectl create -f .doc/demo.yaml