How to implement health checking (readiness, liveness) for pingora server? #620
Unanswered
HaoYang670
asked this question in
Q&A
Replies: 0 comments
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.
-
Hi, I want to know what is a paradigm to implement readiness and liveness for pingora? What in my mind is I can filter out the
health/readliness
from path in the proxy service, or I can implement a new http service for health checking. I have no idea which is better, or there are other ways to do this. ThanksBeta Was this translation helpful? Give feedback.
All reactions