change manage terms

This commit is contained in:
miloschwartz
2025-10-15 16:54:16 -07:00
parent 5dda2a2341
commit ba2ab8c5eb
10 changed files with 28 additions and 59 deletions

View File

@@ -3,10 +3,6 @@ title: "Health Checks"
description: "Configure automated health monitoring and failover for high availability"
---
<Note>
Health checks are only available for targets created with managed self-hosted nodes or in the cloud.
</Note>
<iframe
className="w-full aspect-video rounded-xl"
src="https://www.youtube.com/embed/Xdme_2-AMas"
@@ -18,9 +14,7 @@ Health checks are only available for targets created with managed self-hosted no
## Overview
Pangolin provides automated health checking for [targets](./resources/targets.mdx) to ensure traffic is only routed to healthy services. When you create targets with managed nodes or in the cloud, you can optionally define health check parameters to monitor the availability and responsiveness of your services.
Health checks are essential for building highly available services, as they automatically remove unhealthy targets from traffic routing and load balancing.
Pangolin provides automated health checking for [targets](./resources/targets.mdx) to ensure traffic is only routed to healthy services. Health checks are essential for building highly available services, as they automatically remove unhealthy targets from traffic routing and load balancing.
## How Health Checks Work