1. 소개

2. 설치

Chaos Mesh v2.1 : 쿠버네티스 지원 버전 v1.15 ~ v1.22 지원 - 링크

Start By One Line 설치 - 링크

# 설치
curl -sSL <https://mirrors.chaos-mesh.org/v2.1.3/install.sh> | bash

# 확인
kubectl get all,sa,secret,cm -n chaos-testing
kubectl get crd $(kubectl get crd | grep 'chaos-mesh.org' | awk '{print $1}')

# (참고) 삭제
curl -sSL <https://mirrors.chaos-mesh.org/v2.1.3/install.sh> | bash -s -- --template | kubectl delete -f -
kubectl delete ns chaos-testing

웹 대시보드 : Service(chaos-dashboard) 의 NodePort 접속

Untitled

3. Tutorial

4. Kubernetes 환경에 장애 주입