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

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

Awesome Lists containing this project

README

          

# Galeb v4

![GitHub Release (latest by date)](https://img.shields.io/github/v/release/galeb/galeb)
[![CircleCI Master](https://circleci.com/gh/galeb/galeb/tree/master.svg?style=shield)](https://circleci.com/gh/galeb/galeb/tree/master)

## About

Galeb is an open source HTTP load balancing service.

## Galeb Architecture

![](imgs/architecture.png)

## 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
```