Merge pull request #33271 from kinzhi/kinzhi47

[zh]Update content/zh/blog/_posts/2018-10-01-health-checking-grpc.md
This commit is contained in:
Kubernetes Prow Robot 2022-04-29 03:27:12 -07:00 committed by GitHub
commit 7ad1a47fae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 0 deletions

View File

@ -16,6 +16,15 @@ date: 2018-10-01
--->
**作者** [Ahmet Alp Balkan](https://twitter.com/ahmetb) (Google)
<!--
**Update (December 2021):** _Kubernetes now has built-in gRPC health probes starting in v1.23.
To learn more, see [Configure Liveness, Readiness and Startup Probes](/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes/#define-a-grpc-liveness-probe).
This article was originally written about an external tool to achieve the same task._
-->
**更新2021 年 12 月):** “Kubernetes 从 v1.23 开始具有内置 gRPC 健康探测。
了解更多信息,请参阅[配置存活探针、就绪探针和启动探针](/zh/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes/#define-a-grpc-liveness-probe)。
本文最初是为有关实现相同任务的外部工具所写。”
<!--
[gRPC](https://grpc.io) is on its way to becoming the lingua franca for
communication between cloud-native microservices. If you are deploying gRPC