adfd89ded8
* 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
21 lines
674 B
Markdown
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.
|