The API deployment waits just 5 seconds before marking itself as ready (initialDelaySeconds: 5). However, it may take more or less; it varies.
Implementing a StartUp probe that queries /health/readiness is straightforward and will help reduce connection refused errors.
The API deployment waits just 5 seconds before marking itself as ready (
initialDelaySeconds: 5). However, it may take more or less; it varies.Implementing a StartUp probe that queries
/health/readinessis straightforward and will help reduceconnection refusederrors.