http-api
The Chi router foundation required by this capability.
health adds /health and /ready endpoints to your Go service so orchestrators know when to route traffic.
/health and /ready endpointsAny production service behind a load balancer or in Kubernetes needs health endpoints. Without them, traffic is routed to unhealthy instances. The component registration pattern lets you signal readiness based on database connectivity, cache warmup, or any custom check.
Requires: http-api
verikt new my-service --language go --cap http-api,health# or add to an existing service:verikt add healthhttp-api
observability
platform