Kubernetes needs a way to check if the deployed application has successfully spun up and is ready to receive traffic; that is a readiness probe.
Ego chart has no liveness and readiness probes, they are commented out. a proper probe is needed to avoid deploying unhealthy versions
Possible solution:
use boot actuator endpoint to check health and readiness
Kubernetes needs a way to check if the deployed application has successfully spun up and is ready to receive traffic; that is a readiness probe.
Ego chart has no liveness and readiness probes, they are commented out. a proper probe is needed to avoid deploying unhealthy versions
Possible solution:
use boot actuator endpoint to check health and readiness