Updated Health Check page
parent
9f609a4277
commit
6da9d9b6d7
@ -1,10 +1,10 @@
|
|||||||
ASP.NET Core 2.2 HealthChecks package is used in all APIs and applications of eShopOnContainers.
|
ASP.NET Core 5.0 HealthChecks package is used in all APIs and applications of eShopOnContainers.
|
||||||
|
|
||||||
All applications and APIs expose two endpoints (`/liveness` and `/hc`) to check the current application and all their dependencies. The `liveness` endpoint is intended to be used as a liveness probe in Kubernetes and the `hc` is intended to be used as a readiness probe in Kubernetes.
|
All applications and APIs expose two endpoints (`/liveness` and `/hc`) to check the current application and all their dependencies. The `liveness` endpoint is intended to be used as a liveness probe in Kubernetes and the `hc` is intended to be used as a readiness probe in Kubernetes.
|
||||||
|
|
||||||
## Implementing health checks in ASP.NET Core services
|
## Implementing health checks in ASP.NET Core services
|
||||||
|
|
||||||
Here is the documentation about how implement HealthChecks in ASP.NET Core 2.2:
|
Here is the documentation about how implement HealthChecks in ASP.NET Core 5.0:
|
||||||
|
|
||||||
https://docs.microsoft.com/dotnet/standard/microservices-architecture/implement-resilient-applications/monitor-app-health
|
https://docs.microsoft.com/dotnet/standard/microservices-architecture/implement-resilient-applications/monitor-app-health
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user