Mid-levelMid (3–6 yrs)DockerKubernetesAWSAzureGoogle CloudGitHubCI/CDDevOpsGoogleNetflixUber
Readiness vs liveness probes
Difference between readiness and liveness probes?
Answers use simple, clear English.
Audio N/AQuick interview answer
Liveness failure restarts the container (detect deadlocks). Readiness failure removes the pod from Service endpoints (temporary overload/warmup). Misusing liveness for dependency checks causes restart storms.
Detailed answer
Liveness failure restarts the container (detect deadlocks). Readiness failure removes the pod from Service endpoints (temporary overload/warmup). Misusing liveness for dependency checks causes restart storms.
midseniortech-lead#kubernetes#reliability