github.com/ferranbt/nomad@v0.9.3-0.20190607002617-85c449b7667c/website/source/guides/load-balancing/load-balancing.html.md (about) 1 --- 2 layout: "guides" 3 page_title: "Load Balancing" 4 sidebar_current: "guides-load-balancing" 5 description: |- 6 There are multiple approaches to load balancing within a Nomad cluster. This 7 discusses the most popular strategies. 8 --- 9 10 # Load Balancing 11 12 There are multiple approaches to set up load balancing across a Nomad cluster. 13 14 Most of these methods assume Consul is installed alongside Nomad (see [Load 15 Balancing Strategies for 16 Consul](https://www.hashicorp.com/blog/load-balancing-strategies-for-consul)). 17 18 - [Fabio](/guides/load-balancing/fabio.html) 19 20 Please refer to the specific documentation above or in the sidebar for more 21 detailed information about each strategy.