Kubernetes - Health Checks and Probes
Given this pod spec snippet, what happens if the readiness probe fails?
readinessProbe:
httpGet:
path: /healthz
port: 8080
initialDelaySeconds: 5
periodSeconds: 10