Files
teleport/lib
Rana Ianandrosstimothy 9b1e4fa7f1 Add health-based connection routing for Kubernetes (#60083)
Kubernetes servers are grouped by health, and dialed in order of healthy, unknown, then unhealthy, with random shuffling within each group for load distribution.

The grouping and shuffling is implemented generically in a separate iterator function `OrderByTargetHealthStatus()` for reuse and testability.

Changes:
- Added `healthcheck.OrderByTargetHealthStatus()` function with tests

Part of #58413

Co-authored-by: rosstimothy <39066650+rosstimothy@users.noreply.github.com>
2025-10-14 22:51:21 +00:00
..
2025-10-01 20:30:50 +00:00
2025-09-15 21:49:53 +00:00
2025-09-05 20:23:51 +00:00
2025-09-15 21:49:53 +00:00
2025-08-01 18:42:18 +00:00
2025-10-01 20:30:50 +00:00
2025-09-05 20:23:51 +00:00