💭 docker - Where does the convention of using /healthz for appli... =================================================================== !https://stackoverflow.com/questions/43380939/where-does-the-convention-of-using-healthz-for-application-health-checks-come-f Date: March 15, 2024 Where does the convention of using /healthz for application health checks come from? In the Kubernetes/Docker ecosystem there is a convention of using /healthz as a health-check endpoint for applications. Where does the name 'healthz' come from, and are there any particular semant... Stack Overflow · stackoverflow.com [1] The convention of "z-pages" comes from google and reduces the likelihood of collisions with application endpoints and keep the convention across all applications. !!! note This post is a thought [2]. It's a short note that I make about someone else's content online #thoughts [3] References: [1]: https://stackoverflow.com/questions/43380939/where-does-the-convention-of-using-healthz-for-application-health-checks-come-f [2]: /thoughts/ [3]: /tags/thoughts/