Skip to content
Discussion options

You must be logged in to vote

Go with /api/health. Reasoning: the /api prefix signals this is part of the versionable HTTP API surface (as opposed to static assets or docs), and health is the standard name Kubernetes/load balancers/monitoring tools look for. Avoid /actuator/health unless we actually pull in Spring Boot Actuator — no point implying a dependency we don't have. Keep it unauthenticated and lightweight so it can be hit frequently by liveness/readiness probes.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by github-actions
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant