Health check
Configure Kubernetes liveness, readiness, and startup probes using Aidbox REST health check endpoint.
Aidbox serves REST health check endpoint GET /health to configure liveness, readiness and startup probes. The response format is described by RFC
(Health Check Response Format for HTTP APIs):
Response
Logging /health endpoint request
By default /health endpoint requests are logged. To disable it use BOX_LOGGING_DISABLE__HEALTH__LOGS ENV variable.
Last updated: