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?
已存档?
是复刻?
已锁定?
是镜像?
是私有?