open-nomad/website/source/guides/load-balancing/load-balancing.html.md
Omar Khawaja adfd89ded8
Load Balancing with Fabio Guide (#4445)
* add load-balancing guide

* restructure load balancing section

* defining consul lb strategies inline and giving fabio its own bullet point

* update docker image name and shorten job template

* changing system scheduler link to relative link and moving load balancing navigation link right to right above Web UI
2018-10-04 16:18:52 -04:00

21 lines
674 B
Markdown

---
layout: "guides"
page_title: "Load Balancing"
sidebar_current: "guides-load-balancing"
description: |-
There are multiple approaches to load balancing within a Nomad cluster. This
discusses the most popular strategies.
---
# Load Balancing
There are multiple approaches to set up load balancing across a Nomad cluster.
Most of these methods assume Consul is installed alongside Nomad (see [Load
Balancing Strategies for
Consul](https://www.hashicorp.com/blog/load-balancing-strategies-for-consul)).
- [Fabio](/guides/load-balancing/fabio.html)
Please refer to the specific documentation above or in the sidebar for more
detailed information about each strategy.