用于执行混沌网格实验的argo插件

167 阅读1分钟

Argo混沌网格插件

安装

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

运行

# 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