You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For some of the checks, especially for CRITICAL checks, I would like to have a more in-depth explanation about the reasoning behind them. Either in the docs or directly in the tool.
I also found it quite tricky to roll out the tool due to these missing resources.
It should never, be the same as your readinessProbe.
-> Couldn't find a source to bake this.
The livenessProbe should never depend on downstream dependencies, such as databases or other services.
-> this is probably because checking a dependant service could take longer than the livenessProbe request timeout to return due to small network slips or increased load that would cause a chain reaction.
Which version of kube-score are you using?
What did you expect to see?
eg
https://blog.colinbreck.com/kubernetes-liveness-and-readiness-probes-how-to-avoid-shooting-yourself-in-the-foot/
-> Couldn't find a source to bake this.
-> this is probably because checking a dependant service could take longer than the livenessProbe request timeout to return due to small network slips or increased load that would cause a chain reaction.
https://github.com/zegl/kube-score/blob/master/README_CHECKS.md
-> security issue because of open ports on the node?
The text was updated successfully, but these errors were encountered: