Monitoring
UniCore offers a variety of monitoring options to ensure a healthy deployment and successful operations.
Probes
UniCore implements conventional probe endpoints to monitor the availability and health of the service. Standard Kubernetes probes are served at the following endpoints:
/healthz
: Liveness probe
Metadata
The following endpoints provide metadata about the service itself and allow for more detailed deployment monitoring:
/version
: Returns the version and the git commit hash/info
: Returns the version, the git commit hash, a Docker build timestamp and the container uptime
warning
Although the /version
and /info
endpoints do not contain sensitive data, they are not intended to be exposed to the public internet.