[zh] improve production-testing (#15107)

Signed-off-by: xin.li <xin.li@daocloud.io>
This commit is contained in:
my-git9 2024-05-15 22:22:09 +08:00 committed by GitHub
parent ba9b3d17df
commit 3b0fd0e893
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -18,10 +18,10 @@ test: no
$ kubectl exec -it $(kubectl get pod -l app=sleep -o jsonpath='{.items[0].metadata.name}') -- curl http://ratings:9080/ratings/7
{{< /text >}}
## 混测试 {#chaos-testing}
## 混测试 {#chaos-testing}
在生产环境中执行一些[混沌测试](http://www.boyter.org/2016/07/chaos-testing-engineering/)
并查看您的应用程序如何反应。进行每次混的操作后,请访问应用程序的网页,查看是否有任何更改。
并查看您的应用程序如何反应。进行每次混的操作后,请访问应用程序的网页,查看是否有任何更改。
使用 `kubectl get pods` 检查 Pod 状态。
1. 在 `details` 服务的一个 Pod 中终止它。