- Readiness checks, if container is ready and if it's not READY
- SENDS NO TRAFFIC to the container
- They are configured exactly the same, but use another keyword
- readinessProbe instead of livenessProbe
readinessProbe:
exec:
command:
- cat
- /tmp/healthy
initialDelaySeconds: 5
periodSeconds: 5