proxy-pool/deploy
youfak 155411ef23
Some checks are pending
ci / proto (push) Waiting to run
ci / test (ubuntu-latest) (push) Waiting to run
ci / test (windows-latest) (push) Waiting to run
ci / race (push) Waiting to run
ci / integration (push) Waiting to run
fix: align deployment manifests with available commands
2026-07-31 16:56:38 +08:00
..
config feat: add worker control plane configuration 2026-07-31 10:49:08 +08:00
docker fix: align deployment manifests with available commands 2026-07-31 16:56:38 +08:00
grafana feat: add proxy pool design and core architecture 2026-07-28 20:10:54 +08:00
haproxy feat: add proxy pool design and core architecture 2026-07-28 20:10:54 +08:00
kubernetes/base fix: align deployment manifests with available commands 2026-07-31 16:56:38 +08:00
prometheus fix: align deployment manifests with available commands 2026-07-31 16:56:38 +08:00
tools/configcheck feat: add ephemeral proxy activity pool 2026-07-29 12:51:18 +08:00
compose_test.go fix: align deployment manifests with available commands 2026-07-31 16:56:38 +08:00
docker-compose.test.yml test: isolate postgres integration fixture 2026-07-29 21:53:33 +08:00
docker-compose.yml fix: align deployment manifests with available commands 2026-07-31 16:56:38 +08:00
README.md test: isolate postgres integration fixture 2026-07-29 21:53:33 +08:00

部署拓扑模板

本目录描述 Proxy Pool 目标运行拓扑,覆盖 Compose、HAProxy、Prometheus、 Grafana 与 Kubernetes。配置已通过静态展开但当前仓库的 cmd/proxy-* 运行时装配仍在实施计划中,因此不要把这些清单视为当前可部署发行版。

当前可执行验证:

docker compose -f deploy/docker-compose.yml config --quiet
docker compose -f deploy/docker-compose.test.yml config --quiet
kubectl kustomize deploy/kubernetes/base | Out-Null
go run ./deploy/tools/configcheck deploy/config/local.yaml

docker-compose.test.yml 为 Redis 与 PostgreSQL 18 提供互相独立的本地集成测试 服务。两者只绑定回环地址Redis 禁止持久化PostgreSQL 使用 /var/lib/postgresql tmpfs。test-redis.ps1 通过专属 Compose 项目只启动 Redis PostgreSQL Adapter 和对应执行脚本完成前,不把数据库契约记为通过。

运行时完成后,还必须通过 production-readiness.md 中的一致性、安全、恢复、 竞态与容量门禁,才能构建镜像并发布。