Skip to content
This repository has been archived by the owner on May 10, 2024. It is now read-only.

Implement readiness probe #21

Open
tzstoyanov opened this issue Feb 2, 2023 · 0 comments
Open

Implement readiness probe #21

tzstoyanov opened this issue Feb 2, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@tzstoyanov
Copy link
Contributor

The tracer-svc pod is responsible for serving the REST API in a Kubernetes context. On its startup, a logic for discovery of all tracer-node pods is triggered. Usually it takes some time these pods to be discovered. If an API request is received before discovering of the tracer-node pods, that request cannot be served.
Add a readiness probe of tracer-svc pod, so that the pod should not be in ready state until thetracer-node pods are discovered.

@tzstoyanov tzstoyanov added the enhancement New feature or request label Feb 2, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant