All Projects → jcmoraisjr → Haproxy Ingress

jcmoraisjr / Haproxy Ingress

Licence: apache-2.0
HAProxy Ingress

Programming Languages

go
31211 projects - #10 most used programming language

Projects that are alternatives of or similar to Haproxy Ingress

swarm-router
Scalable stateless «zero config» service-name ingress for docker swarm mode with a fresh more secure approach
Stars: ✭ 58 (-91.74%)
Mutual labels:  haproxy, ingress-controller
Haproxy
Development repository for the haproxy cookbook
Stars: ✭ 138 (-80.34%)
Mutual labels:  hacktoberfest, haproxy
Kubernetes Pfsense Controller
Integrate Kubernetes and pfSense
Stars: ✭ 100 (-85.75%)
Mutual labels:  haproxy, ingress-controller
Kubernetes Ingress
HAProxy ingress controller for K8s
Stars: ✭ 367 (-47.72%)
Mutual labels:  haproxy, ingress-controller
Emacs Dashboard
An extensible emacs dashboard
Stars: ✭ 694 (-1.14%)
Mutual labels:  hacktoberfest
Symfony
The Symfony PHP framework
Stars: ✭ 26,220 (+3635.04%)
Mutual labels:  hacktoberfest
Gitea
Git with a cup of tea, painless self-hosted git service
Stars: ✭ 27,320 (+3791.74%)
Mutual labels:  hacktoberfest
H1st
The AI Application Platform We All Need. Human AND Machine Intelligence. Based on experience building AI solutions at Panasonic: robotics predictive maintenance, cold-chain energy optimization, Gigafactory battery mfg, avionics, automotive cybersecurity, and more.
Stars: ✭ 697 (-0.71%)
Mutual labels:  hacktoberfest
Prologue
Prologue is an elegant web framework written in Nim.
Stars: ✭ 700 (-0.28%)
Mutual labels:  hacktoberfest
Fae
CMS for Rails. For Reals.
Stars: ✭ 701 (-0.14%)
Mutual labels:  hacktoberfest
Tidb
TiDB is an open source distributed HTAP database compatible with the MySQL protocol
Stars: ✭ 29,871 (+4155.13%)
Mutual labels:  hacktoberfest
Modernizr
Modernizr is a JavaScript library that detects HTML5 and CSS3 features in the user’s browser.
Stars: ✭ 25,103 (+3475.93%)
Mutual labels:  hacktoberfest
Rotki
A portfolio tracking, analytics, accounting and tax reporting application that protects your privacy
Stars: ✭ 689 (-1.85%)
Mutual labels:  hacktoberfest
Rich
Rich is a Python library for rich text and beautiful formatting in the terminal.
Stars: ✭ 31,664 (+4410.54%)
Mutual labels:  hacktoberfest
Silverstripe Framework
SilverStripe Framework, the MVC framework that powers SilverStripe CMS
Stars: ✭ 700 (-0.28%)
Mutual labels:  hacktoberfest
Mevn Cli
Light speed setup for MEVN(Mongo Express Vue Node) Apps
Stars: ✭ 696 (-0.85%)
Mutual labels:  hacktoberfest
Bat
A cat(1) clone with wings.
Stars: ✭ 30,833 (+4292.17%)
Mutual labels:  hacktoberfest
Hex
Package manager for the Erlang VM
Stars: ✭ 699 (-0.43%)
Mutual labels:  hacktoberfest
Open Source Mac Os Apps
🚀 Awesome list of open source applications for macOS. https://t.me/s/opensourcemacosapps
Stars: ✭ 28,908 (+4017.95%)
Mutual labels:  hacktoberfest
Date Fns
⏳ Modern JavaScript date utility library ⌛️
Stars: ✭ 27,650 (+3838.75%)
Mutual labels:  hacktoberfest

HAProxy Ingress controller

Ingress controller implementation for HAProxy loadbalancer.

Build Status Docker Repository on Quay

HAProxy Ingress is a Kubernetes ingress controller: it configures a HAProxy instance to route incoming requests from an external network to the in-cluster applications. The routing configurations are built reading specs from the Kubernetes cluster. Updates made to the cluster are applied on the fly to the HAProxy instance.

Use HAProxy Ingress

Documentation:

Supported versions:

HAProxy Ingress HAProxy Kubernetes Ext. HAProxy (*)
v0.12 (latest) 2.2 1.18+ 2.0+
v0.11 2.1 1.14+ -
v0.10 2.0 1.8+ -
  • Beta quality versions (beta/canary tags) has some new, but battle tested features, usually running on some of our production clusters
  • Development versions (snapshot tags) has major changes with few tests, usually not recommended for production
  • (**) Minimum supported HAProxy version if using an external HAProxy instance

Community:

Develop HAProxy Ingress

Building:

mkdir -p $GOPATH/src/github.com/jcmoraisjr
cd $GOPATH/src/github.com/jcmoraisjr
git clone https://github.com/jcmoraisjr/haproxy-ingress.git
cd haproxy-ingress
make

The following make targets are currently supported:

  • install: run go install which saves some building time.
  • build (default): compiles HAProxy Ingress and generates an ELF (Linux) executable at rootfs/haproxy-ingress-controller despite the source platform.
  • test: run unit tests
  • image: generates a Docker image tagged localhost/haproxy-ingress:latest
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].