haproxy-ingress

HAProxy Ingress controller

Github星跟蹤圖

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

Find some useful links below:

Develop HAProxy Ingress

Building HAProxy Ingress:

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

主要指標

概覽
名稱與所有者jcmoraisjr/haproxy-ingress
主編程語言Go
編程語言Makefile (語言數: 5)
平台
許可證Apache License 2.0
所有者活动
創建於2017-02-05 17:20:55
推送於2025-06-09 20:35:56
最后一次提交2025-03-30 17:54:20
發布數199
最新版本名稱v0.15.0-beta.1 (發布於 2025-03-22 17:19:46)
第一版名稱v0.1-beta.1 (發布於 )
用户参与
星數1.1k
關注者數30
派生數275
提交數2k
已啟用問題?
問題數566
打開的問題數66
拉請求數538
打開的拉請求數7
關閉的拉請求數141
项目设置
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?