zh-translation: docs/examples/microservices-istio/production-testing/… (#9224)

* zh-translation: docs/examples/microservices-istio/production-testing/index.md

* fix: lint
This commit is contained in:
youhonglian 2021-03-15 17:12:55 +08:00 committed by GitHub
parent d6dfb59a92
commit 3d1c681a09
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 2 deletions

View File

@ -1,9 +1,9 @@
---
title: 生产测试
overview: 在生产环境中测试微服务的新版本。
weight: 40
owner: istio/wg-docs-maintainers
test: no
---
{{< boilerplate work-in-progress >}}
@ -90,8 +90,12 @@ weight: 40
第一个 pod 重启了两次,其它两个 `details` pods 重启了一次。
您可能会看到 `Error``CrashLoopBackOff` 状态,直到 pods 变为 `Running` 状态。
1. 在终端中使用 Ctrl-C 停止正在运行的无限循环,以模拟流量。
在这两种情况下,应用程序都没有崩溃。
`details` 微服务中的崩溃并未导致其他微服务失败。
该行为表示您在这种情况下没有**级联失败**。
相反,您的服务会**逐渐降级**:尽管一个微服务崩溃了,该应用仍可以提供有用的功能。
它显示了有关书的评论和基本信息。
您已准备好[添加评论应用程序的新版本](/zh/docs/examples/microservices-istio/add-new-microservice-version)。