mirror of
https://github.com/gotenberg/gotenberg.git
synced 2026-08-12 18:32:14 +01:00
* adding URL conversions * updating gotenberg version in documentation * pkg: input as variadic string (#39) * pkg: input as variadic string * pkg: fix link to github doc * update doc about v4 client * make doc * fixing missing variadic inputs in doc * adding more fonts * updating PHP documentation
11 lines
449 B
Markdown
11 lines
449 B
Markdown
---
|
|
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/) |