caas-team / sparrow

A monitoring tool to gather infrastructure network information
Apache License 2.0
6 stars 4 forks source link

feat: startup probe #116

Closed lvlcn-t closed 3 months ago

lvlcn-t commented 4 months ago

Motivation

To implement a probe that checks if the pod is ready.

To be merged after #115

Closes #79

Changes

Until #115 is merged, please look at this diff: https://github.com/caas-team/sparrow/compare/feat/healthz-endpoint...feat/startup-probe

I've added a startup and readiness probe to check if the pod is ready.

For additional information look at the commits.

Tests done

Successfully deployed on local kind cluster:

Startup process: image

image

TODO