Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SDK状态对齐k8s pod 生命周期 #177

Open
saigu opened this issue Jul 15, 2022 · 1 comment
Open

SDK状态对齐k8s pod 生命周期 #177

saigu opened this issue Jul 15, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@saigu
Copy link

saigu commented Jul 15, 2022

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。
image

Additional context

可以参考dubbo的形式 https://dubbo.apache.org/zh/docs/references/lifecycle/

@saigu saigu added the enhancement New feature or request label Jul 15, 2022
@andrewshan
Copy link
Member

好的,我们参考并优化下

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants