livenessProbe:
httpGet:
path: /health
readinessProbe:
httpGet:
path: /ready
Why it matters
Liveness restarts pods, readiness controls traffic. Mixing them causes outages.
Daily micro-tips for C#, SQL, performance, and scalable backend engineering.
livenessProbe:
httpGet:
path: /health
readinessProbe:
httpGet:
path: /ready
Why it matters
Liveness restarts pods, readiness controls traffic. Mixing them causes outages.