Testing & Health-Check

Rierino microservices include probes for startup, readiness and liveness for continuous health-check.

Rierino API gateway and runners deployment charts include a "useProbes" parameter, which enable / disable checks for readiness and liveness of services. These probes allow automated detection and recovery from service failures.

Once deployed, it is possible to test accessibility of API gateway as well as runners which expose rest services (e.g. Spring based) using the following URL:

[PROTOCOL]://[HOST]:[PORT]/actuator/health

Accessibility of the Admin UI service can be tested using the following URL:

[PROTOCOL]://[HOST]:[PORT]/app/devops/login

All errors are automatically logged by the related microservice, and can be displayed through cloud control panel or "Admin UI - Devops" app interface.

Last updated