Skip to content

Commit 9324262

Browse files
authored
Merge pull request #30935 from ahmetb/patch-9
blog: rephrase the article update
2 parents 1154e19 + a5da40b commit 9324262

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

content/en/blog/_posts/2018-10-01-health-checking-grpc.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,12 @@ title: 'Health checking gRPC servers on Kubernetes'
44
date: 2018-10-01
55
---
66

7-
_Built-in gRPC probes were introduced in Kubernetes 1.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)._
8-
97
**Author**: [Ahmet Alp Balkan](https://twitter.com/ahmetb) (Google)
108

9+
**Update (December 2021):** _Kubernetes now has built-in gRPC health probes starting in v1.23.
10+
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).
11+
This article was originally written about an external tool to achieve the same task._
12+
1113
[gRPC](https://grpc.io) is on its way to becoming the lingua franca for
1214
communication between cloud-native microservices. If you are deploying gRPC
1315
applications to Kubernetes today, you may be wondering about the best way to

0 commit comments

Comments
 (0)