Open
Description
What is the feature you want to add?
SDK状态对齐k8s pod 生命周期
Why do you want to add this feature?
目前只有控制面的健康检查机制,如果有问题进行服务发现的节点隔离。
但是这种隔离无法和k8s部署的pod进行联动,导致pod无法自动重启,进行自愈。
How to implement this feature?
添加k8s pod生命周期探针,包括Liveness 、readinessProbe、startupProbe。
Additional context
可以参考dubbo的形式 https://dubbo.apache.org/zh/docs/references/lifecycle/