An open API service indexing awesome lists of open source software.

https://github.com/codeship/codeship-tool-example-lb

Just example 18: LB as its own project
https://github.com/codeship/codeship-tool-example-lb

Last synced: 4 months ago
JSON representation

Just example 18: LB as its own project

Awesome Lists containing this project

README

          

## 18 Load Balancer

This example shows how to run a load balancer in front of multiple containers.

### Running the integration test

jet steps

Runs an integration test that pings the application over http.

### Running the server

jet run lb

Runs the application, exposing the top level load balancer. If you `curl` the app a few times you'll see different web servers handling the request.