2.3.3
There are no fix details or known issues to report in version 2.3.3.
Enhancement Details
Health endpoints have been added to Crucible applications for use in container orchestration.
- Adds
ready
endpoint for startup and database health - Adds
live
endpoint for HostedService health and database health
These health checks allow orchestration software such as Kubernetes to monitor the health of the application and kill unhealthy containers.