Chaos Mesh上手
安装kind⌗
注意科学上网
安装chaos-mesh⌗
测试用 install.sh 需要指定k8s&&kind版本
安装kubernetes Dashboard⌗
base dashboard@2.6.1 kubectl apply -f https://raw.githubusercontent.com/kubernetes/dashboard/v2.6.1/aio/deploy/recommended.yaml
kubectl proxy
http://localhost:8001/api/v1/namespaces/kubernetes-dashboard/services/https:kubernetes-dashboard:/proxy/
create an authentication token(RBAC)
访问Chaos Mesh Dashboard⌗
访问 Chaos Dashboard 的典型方法是使用kubectl port-forward:
kubectl port-forward -n chaos-mesh --address localhost,...ip svc/chaos-dashboard 2333:2333
访问: http://localhost:2333
Read other posts