Hacker News new | ask | show | jobs
by atopuzov 3067 days ago
There are 2 types of probes: readiness and liveness [1]. Define your readiness probe so it passes when you are ready to take the traffic (eg. connected to the db).

[1] https://kubernetes.io/docs/tasks/configure-pod-container/con...