Answer
Liveness probe: Checks if service is alive.
Readiness probe: Checks if service is ready for traffic.
Orchestrators like Kubernetes use both to maintain system health.
Readiness probe: Checks if service is ready for traffic.
Orchestrators like Kubernetes use both to maintain system health.