Michel Mayen Michel Mayen | Dec 21, 2020 | LOAD BALANCING / ROUTING, SECURITY, SSL
Route SSH connections through HAProxy using the SSH ProxyCommand feature and SNI. Did you know that you can proxy SSH connections through HAProxy and route based on hostname? The advantage is that you can relay all SSH traffic through one public-facing server instead...
Michel Mayen Michel Mayen | Oct 9, 2019 | DEVOPS, LOAD BALANCING / ROUTING, SERVICE DISCOVERY
Use HAProxy to add routing, load balancing, and DNS service discovery to Docker Swarm. Docker Swarm lets you expand beyond hosting Docker containers on a single machine. It oversees a cluster of servers and manages which to deploy a container to, depending on each...