Integrate your Nomad cluster with several popular load balancers using Consul for service discovery.
There are a few approaches you can consider when deploying your load balancers for performance and HA
Load balance your application with Fabio. Fabio integrates natively with Consul and provides rich features with an optional Web UI.
Use HAProxy's native Consul integration to load balance your application.
Generate an NGINX configuration for your application using Nomad's template stanza and dynamically reload the NGINX configuration when changes occur.
Traefik natively integrates with Consul using the Consul Catalog Provider.