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.
|