System Overview - Liveness and readiness probes
This system uses liveness and readiness probes to monitor microservices health. Liveness probes check if a service is alive and should be restarted if not. Readiness probes check if a service is ready to accept traffic, ensuring smooth user experience.