All Projects → kasvith → Simplelb

kasvith / Simplelb

World's most dumbest Load Balancer

Programming Languages

go
31211 projects - #10 most used programming language
golang
3204 projects

Projects that are alternatives of or similar to Simplelb

terraform-provider-citrixadc
Terraform Custom Provider for Citrix ADC (formerly Citrix NetScaler)
Stars: ✭ 89 (-66.79%)
Mutual labels:  load-balancer
cdn-up-and-running
CDN Up and Running - an introduction about how modern CDNs works
Stars: ✭ 131 (-51.12%)
Mutual labels:  load-balancer
aks-baseline-multi-region
This is the Azure Kubernetes Service (AKS) Baseline for Multi-Region Deployment reference implementation as produced by the Microsoft Azure Architecture Center.
Stars: ✭ 25 (-90.67%)
Mutual labels:  load-balancer
Basin
The ultimate PocketMine-MP load balancing solution
Stars: ✭ 12 (-95.52%)
Mutual labels:  load-balancer
sensu-plugins-aws
This plugin provides native AWS instrumentation for monitoring and metrics collection, including: health and metrics for various AWS services, such as EC2, RDS, ELB, and more, as well as handlers for EC2, SES, and SNS.
Stars: ✭ 79 (-70.52%)
Mutual labels:  load-balancer
f5-openstack-lbaasv2-driver
F5 LBaaSv2 service provider driver for OpenStack Liberty and beyond
Stars: ✭ 20 (-92.54%)
Mutual labels:  load-balancer
portal
An api-driven, in-kernel layer 2/3 load balancer.
Stars: ✭ 101 (-62.31%)
Mutual labels:  load-balancer
Nixy
nixy - nginx auto configuration and service discovery for Mesos/Marathon
Stars: ✭ 259 (-3.36%)
Mutual labels:  load-balancer
HAProxy-2-RPM-builder
Build latest HAProxy binary with prometheus metrics support
Stars: ✭ 28 (-89.55%)
Mutual labels:  load-balancer
anabranch
A simple HTTP load balancer and reverse proxy written in Go.
Stars: ✭ 25 (-90.67%)
Mutual labels:  load-balancer
go-oryx-lib
The public multiple media library for https://github.com/ossrs/go-oryx.
Stars: ✭ 98 (-63.43%)
Mutual labels:  load-balancer
magento-cluster
Highly Available and Auto-scalable Magento Cluster
Stars: ✭ 21 (-92.16%)
Mutual labels:  load-balancer
jrinetd
Jrinetd is a network TCP port redirector/forward proxy (like rinetd) with extra features like connection Failover, LoadBalancing and Clustering. In pure Java (NIO)
Stars: ✭ 20 (-92.54%)
Mutual labels:  load-balancer
scaling-nodejs
📈 Scaling Node.js on each X, Y and Z axis using Node.js Native Modules, PM2, AWS , Load Balancers, AutoScaling, Nginx, AWS Cloudfront
Stars: ✭ 73 (-72.76%)
Mutual labels:  load-balancer
pool
Simple worker pool example 🏊‍♂️
Stars: ✭ 25 (-90.67%)
Mutual labels:  load-balancer
dshackle
Fault Tolerant Load Balancer for Ethereum and Bitcoin APIs
Stars: ✭ 133 (-50.37%)
Mutual labels:  load-balancer
wolfpacs
WolfPACS is an DICOM load balancer written in Erlang.
Stars: ✭ 1 (-99.63%)
Mutual labels:  load-balancer
Kube Vip
Kubernetes Control Plane Virtual IP and Load-Balancer
Stars: ✭ 262 (-2.24%)
Mutual labels:  load-balancer
Dubbo3
Dubbo3: distributed RPC framework from Alibaba Dubbo2
Stars: ✭ 257 (-4.1%)
Mutual labels:  load-balancer
networking-icons
Repo containing various networking icons including routers, switches, servers, firewalls, load balancers and more. Icons are provided in png and svg formats.
Stars: ✭ 61 (-77.24%)
Mutual labels:  load-balancer

SimpleLB

Simple LB is the simplest Load Balancer ever created.

It uses RoundRobin algorithm to send requests into set of backends and support retries too.

It also performs active cleaning and passive recovery for unhealthy backends.

Since its simple it assume if / is reachable for any host its available

How to use

Usage:
  -backends string
        Load balanced backends, use commas to separate
  -port int
        Port to serve (default 3030)

Example:

To add followings as load balanced backends

simple-lb.exe --backends=http://localhost:3031,http://localhost:3032,http://localhost:3033,http://localhost:3034
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].