proxy-pool/deploy/README.md

18 lines
671 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 部署拓扑模板
本目录描述 Proxy Pool 目标运行拓扑,覆盖 Compose、HAProxy、Prometheus、
Grafana 与 Kubernetes。配置已通过静态展开但当前仓库的 `cmd/proxy-*`
运行时装配仍在实施计划中,因此不要把这些清单视为当前可部署发行版。
当前可执行验证:
```powershell
docker compose -f deploy/docker-compose.yml config --quiet
kubectl kustomize deploy/kubernetes/base | Out-Null
go run ./deploy/tools/configcheck deploy/config/local.yaml
```
运行时完成后,还必须通过 `production-readiness.md` 中的一致性、安全、恢复、
竞态与容量门禁,才能构建镜像并发布。