Does readiness imply liveness? #3138
wujekbogdan
started this conversation in
Docs Discussion
Replies: 1 comment
-
Yes, the liveness is using the exact same way to respond to HTTP requests, so if the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I implemented my custom readiness check and now I wonder if that's sufficient.
Using common sense, I would assume that readiness implies liveness (if the
/ready
endpoint responds, then the server must be alive), so I don't need to ping both URLs to verify if the server is healthy AND ready, but the documentation isn't explicit about it.Beta Was this translation helpful? Give feedback.
All reactions