csmith / centauri

TLS-terminating reverse proxy in Go
MIT License
1 stars 1 forks source link

Multiple upstreams #26

Closed greboid closed 1 year ago

greboid commented 1 year ago

It would be nice to have multiple upstreams for replicas in a stack, A simple RR would be fine. There should be less downtime (or none) on a container restart if you did a rolling upgrade this way.

It would be nice if it could do upstream health checks and exclude things from the RR, but that feels like a separate issue.