"Liveliness and Readiness probes" 正在下降并在 Kubernetes 中返回状态代码 503

"Liveliness and Readiness probes" are faling and returning statuscode 503 in Kubernetes

我发现 Kubernetes 设置中的活跃度和就绪度探测失败。

下面附上 Pod 事件、Pod 的资源限制、探测配置的屏幕截图。

任何人都可以帮助他解决这个问题并解释为什么会发生这种情况以及我们什么时候在探测器中看到状态代码 503。

提前谢谢你!

下面的屏幕截图来自 pod

的事件部分

活跃度和就绪度探测配置

pod 的资源限制

仅供参考:我尝试将 initialDelaySeconds 更改为 180 没有帮助,而且我没有看到服务启动有任何问题它不需要太多时间来启动我可以在 pod 的日志中看到。

社区 wiki 答案以获得更好的可见性。正如 ni_kill12 在评论中提到的那样,问题已解决:

I got the issue, what is happening is one of the component is going OUT_OF_STATE because of that readiness and liveliness probe is failing for me. I got to know about this by hitting the request of livelines probe. This link helped me to understand probes.