增加系统健康路由 #48

Closed
opened 2025-10-30 19:13:57 +08:00 by huang · 1 comment
Owner

需求

增加 /health (系统状态) 和 /ready (服务就绪状态) 路由以满足生产环境 K8s/Docker 部署要求;提高运维监控能力

## 需求 增加 /health (系统状态) 和 /ready (服务就绪状态) 路由以满足生产环境 K8s/Docker 部署要求;提高运维监控能力
huang added the
enhancement
label 2025-10-30 19:13:57 +08:00
Author
Owner

实现方案

增加/healthz和/readyz两个接口, 这个路由是业内默认的路由地址

[实现方案](http://git.huangwc.com/pig/pig-farm-controller/src/commit/3761f8a88e4e06e199aa35604242bb659d95f638/design/archive/2025-11-06-health-check-routing/index.md) 增加/healthz和/readyz两个接口, 这个路由是业内默认的路由地址
huang closed this issue 2025-11-06 16:38:12 +08:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: pig/pig-farm-controller#48
No description provided.