https://github.com/galeb/galeb
Galeb - The Application Load Balancer as a Service
https://github.com/galeb/galeb
Last synced: about 2 months ago
JSON representation
Galeb - The Application Load Balancer as a Service
- Host: GitHub
- URL: https://github.com/galeb/galeb
- Owner: galeb
- License: apache-2.0
- Created: 2017-04-10T17:37:07.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2022-09-21T17:00:48.000Z (over 3 years ago)
- Last Synced: 2024-03-22T01:10:22.314Z (almost 2 years ago)
- Language: Java
- Homepage: http://galeb.io
- Size: 8.75 MB
- Stars: 26
- Watchers: 7
- Forks: 9
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-java - Galeb
README
# Galeb v4

[](https://circleci.com/gh/galeb/galeb/tree/master)
## About
Galeb is an open source HTTP load balancing service.
## Galeb Architecture

## Setup
To generate rpm for galeb in the root project directory run:
```
$ export GALEB_VERSION="4.0.000"
$ make dist
```
The artifacts are generated in folder ${PROJECT_DIR}/dists
To install rpm run:
```
$ yum install galeb-${service}-${GALEB_VERSION}.el7.noarch.rpm
```
## Tests
To run all tests:
```
$ make test-local
```