If your pod is ‘Alive’ but not ‘Ready’ to serve traffic (e.g., still loading cache), K8s might send traffic to a black hole. Use Readiness Probes.
readinessProbe:
httpGet:
path: /health/ready
port: 8080
initialDelaySeconds: 5
Daily micro-tips for C#, SQL, performance, and scalable backend engineering.
If your pod is ‘Alive’ but not ‘Ready’ to serve traffic (e.g., still loading cache), K8s might send traffic to a black hole. Use Readiness Probes.
readinessProbe:
httpGet:
path: /health/ready
port: 8080
initialDelaySeconds: 5