Skip to content

Commit 7e19388

Browse files
Merge pull request #3002 from cibucristi/patch-12
Added link reference to Kubernetes
2 parents 5b23b5c + 7d28d4d commit 7e19388

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/recipes/terminus.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Terminus integration provides you with **readiness/liveness** health checks. Healthchecks are crucial when it comes to complex
44
backend setups. In a nutshell, a health check in the realm of web development usually consists of a special address, for example, `https://my-website.com/health/readiness`.
5-
A service or a component of your infrastructure (e.g., Kubernetes) checks this address continuously. Depending on the HTTP status code returned from a `GET` request to this address the service will take action when it receives an "unhealthy" response.
5+
A service or a component of your infrastructure (e.g., [Kubernetes](https://kubernetes.io/) checks this address continuously. Depending on the HTTP status code returned from a `GET` request to this address the service will take action when it receives an "unhealthy" response.
66
Since the definition of "healthy" or "unhealthy" varies with the type of service you provide, the **Terminus** integration supports you with a
77
set of **health indicators**.
88

0 commit comments

Comments
 (0)