You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/zh-cn/blog/_posts/2022-05-13-grpc-probes-in-beta.md
+18-15Lines changed: 18 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,10 +16,12 @@ slug: grpc-probes-now-in-beta
16
16
-->
17
17
**作者**:Sergey Kanzhelev (Google)
18
18
19
+
**译者**:Xiaoyang Zhang(Huawei)
20
+
19
21
<!--
20
22
With Kubernetes 1.24 the gRPC probes functionality entered beta and is available by default.
21
23
Now you can configure startup, liveness, and readiness probes for your gRPC app
22
-
without exposing any HTTP endpoint, nor do you need an executable. Kubernetes can natively connect to your your workload via gRPC and query its status.
24
+
without exposing any HTTP endpoint, nor do you need an executable. Kubernetes can natively connect to your workload via gRPC and query its status.
@@ -63,7 +65,7 @@ the first release at [Sep 19, 2018](https://github.com/grpc-ecosystem/grpc-healt
63
65
<!--
64
66
This approach for gRPC apps health checking is very popular. There are [3,626 Dockerfiles](https://github.com/search?l=Dockerfile&q=grpc_health_probe&type=code)
65
67
with the `grpc_health_probe` and [6,621 yaml](https://github.com/search?l=YAML&q=grpc_health_probe&type=Code) files that are discovered with the
66
-
basic search on GitHub (at the moment of writing). This is good indication of the tool popularity
68
+
basic search on GitHub (at the moment of writing). This is a good indication of the tool popularity
0 commit comments