This is an automated email from the ASF dual-hosted git repository.
albumenj pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/dubbo-website.git
The following commit(s) were added to refs/heads/master by this push:
new caa5ced7fb Update dubbo-kubernetes-probe.md (#2272)
caa5ced7fb is described below
commit caa5ced7fbe66cc702419060854f7584aabbbbe2
Author: mfordjody <[email protected]>
AuthorDate: Fri Feb 17 17:10:29 2023 +0800
Update dubbo-kubernetes-probe.md (#2272)
---
.../advanced-features-and-usage/others/dubbo-kubernetes-probe.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/content/zh-cn/docs3-v2/java-sdk/advanced-features-and-usage/others/dubbo-kubernetes-probe.md
b/content/zh-cn/docs3-v2/java-sdk/advanced-features-and-usage/others/dubbo-kubernetes-probe.md
index 7486d163a3..f8b652f206 100644
---
a/content/zh-cn/docs3-v2/java-sdk/advanced-features-and-usage/others/dubbo-kubernetes-probe.md
+++
b/content/zh-cn/docs3-v2/java-sdk/advanced-features-and-usage/others/dubbo-kubernetes-probe.md
@@ -3,7 +3,7 @@ type: docs
title: "Kubernetes 生命周期探针"
linkTitle: "Kubernetes 生命周期探针"
weight: 5
-description: "了解 Dubbo3 与 Kubernetes 生命周期对齐探针的扩展与应用场景"
+description: "了解 Dubbo 与 Kubernetes 生命周期对齐探针的扩展与应用场景"
---
## 特性说明
[Pod
的生命周期](https://kubernetes.io/zh/docs/concepts/workloads/pods/pod-lifecycle/)
与服务调度息息相关,通过对 Kubernetes 官方探针的实现,能够使 Dubbo3 乃至整个应用的生命周期与 Pod 的生命周期,在 Pod
的整个生命周期中,影响到 Pod 的就只有健康检查这一部分, 我们可以通过配置 liveness probe(存活探针)和 readiness
probe(可读性探针)来影响容器的生命周期。