genesis-community / concourse-genesis-kit

A Genesis Kit for Concourse CI/CD
MIT License
6 stars 13 forks source link

Investigate removal of haproxy #12

Closed jhunt closed 6 years ago

jhunt commented 6 years ago

If we have one haproxy and two web nodes, we don't really have HA.

We can nix the HA nodes, since concourse can do TLS termination now.

jhunt commented 6 years ago

So yeah, this isn't doable, since exodus requires a single endpoint with a static IP. While we could do that for just web, it is nice to have a single entry into the system, and be able to scale out web nodes. In this case, haproxy is less about HA and more about scaling.