mirror of
https://github.com/kemko/nomad.git
synced 2026-01-14 22:35:42 +03:00
- Revised "What is Nomad" copy - Added "Key Features" section with links to task drivers & device plugins with lift-and-shift from README - Added "Who Uses Nomad" section with users, talks, blog posts - Removed Hadoop YARN, Docker Swarm, HTCondor from comparisons - Revamped Guides section - Inserted "Installing Nomad", "Upgrading", "Integrations" as persistent in Guides navbar - Split Installing Nomad into two paths for users (one for Sandbox with "Quickstart", one for Production) - Surfaced "Upgrading" and "Integrations" section from documentation - Changed "Job Lifecycle" section into "Deploying & Managing Applications" - Reworked "Operations" into "Operating Nomad" - Reworked "Security" into "Securing Nomad" - Segmented Namespaces, Resource Quotas, Sentinel into "Governance & Policy" subsection - Reworked "Spark integration" into its own "Analytical Workloads" section
22 lines
675 B
Markdown
22 lines
675 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.
|