uber / kraken

P2P Docker registry capable of distributing TBs of data in seconds
Apache License 2.0
6.13k stars 421 forks source link

Add agent readiness endpoint #381

Closed Anton-Kalpakchiev closed 4 days ago

Anton-Kalpakchiev commented 1 week ago

As described in #371, all services should implement a "readiness" endpoint, which checks whether the service is ready to serve traffic, i.e. whether it can reach all of its dependencies.

Stacked on top of https://github.com/uber/kraken/pull/380