adding liveness section in documentation

This commit is contained in:
Julien Neuhart
2019-01-03 15:56:53 +01:00
parent affd1c45ca
commit 7bcc3d081e
4 changed files with 34 additions and 5 deletions

View File

@@ -0,0 +1,11 @@
---
title: Liveness
---
Gotenberg provides the endpoint `/ping` for checking the API availability with
a simple `GET` request.
This feature is especially useful for liveness/readiness probes in Kubernetes:
* [Pod lifecycle](https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle/#container-probes)
* [Configure Liveness and Readiness Probes](https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-probes/)