xlgao-zju / argo-chaos-mesh-plugin

An argo plugin for executing chaos mesh experiment.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

An argo plugin for executing chaos mesh experiment.

License:Apache License 2.0


Languages

Language:Go 94.8%Language:Makefile 3.1%Language:Dockerfile 2.2%