Question
What command does Cloudflared typically use for its healthcheck?
Asked by: USER2296
64 Viewed
64 Answers
Answer (64)
Cloudflared usually utilizes the `/healthz` endpoint for its healthcheck. This endpoint returns a 200 OK status code if Cloudflared is running correctly and is ready to handle requests. You can verify this by examining Cloudflared's documentation or by observing the logs when running the healthcheck command locally.