正如标题所说,当pod处于高负载(500+并发,100000请求)时,Kubernetes的活跃性探测总是失败,我给了pod更多的cpu和内存资源,但它不起作用。
有没有办法处理这种情况?
谢谢!
根据@Williams毛泽东问题通过增加readinessProbe.timeoutSeconds解决。
readinessProbe.timeoutSeconds
如果应用程序有很大的负载,默认的timeoutSeconds: 1可能还不够。很高兴阅读:configure-liveness-readiness-probes
timeoutSeconds: 1