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
- Host: GitHub
- URL: https://github.com/codeship/codeship-tool-example-lb
- Owner: codeship
- Created: 2015-09-16T16:41:03.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-09-16T18:30:56.000Z (over 10 years ago)
- Last Synced: 2025-02-26T03:38:24.467Z (12 months ago)
- Language: Go
- Size: 125 KB
- Stars: 1
- Watchers: 23
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.