Health verification Endpoints
Service health verification endpoints
Table shows how MDM Microservices will behave for several scenarios of infrastructure outages.
-
Health endpoint: Will be used by monitoring to determine the health state of a Microservice. The health endpoint will also xref the states of the Liveness and Readiness State.
-
Readiness endpoint: Will be polled by Kubernetes to check, if a Microservice (pod) can accept traffic.
-
Liveness endpoint: Will be polled by Kubernetes to check, if a Microservice internal state is valid. Kubernetes will restart the Container.