We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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/
The text was updated successfully, but these errors were encountered:
好的,我们参考并优化下
Sorry, something went wrong.
No branches or pull requests
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/
The text was updated successfully, but these errors were encountered: