Skip to content

Commit 8a58569

Browse files
authored
Merge pull request #2793 from NickMRamirez/issue_2779-2
Adds HAProxy Kubernetes Ingress Controller to Gateway API Implementat…
2 parents 6d228e1 + 9ca2a17 commit 8a58569

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

site-src/implementations.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ cover, and documentation to help users get started.
2424
- [Gloo Gateway 2.0][5] (beta)
2525
- [Google Kubernetes Engine][6] (GA)
2626
- [HAProxy Ingress][7] (alpha)
27+
- [HAProxy Kubernetes Ingress Controller][32] (GA)
2728
- [HashiCorp Consul][8]
2829
- [Istio][9] (beta)
2930
- [Kong][10] (GA)
@@ -80,6 +81,7 @@ cover, and documentation to help users get started.
8081
[29]:#tyk
8182
[30]:#easegress
8283
[31]:#avi-kubernetes-operator
84+
[32]:#haproxy-kubernetes-ingress-controller
8385

8486
[gamma]:/concepts/gamma/
8587

@@ -281,6 +283,13 @@ HAProxy Ingress v0.13 partially supports the Gateway API's v1alpha1 specificatio
281283
[h1]:https://haproxy-ingress.github.io/
282284
[h2]:https://haproxy-ingress.github.io/docs/configuration/gateway-api/
283285

286+
### HAProxy Kubernetes Ingress Controller
287+
288+
HAProxy Kubernetes Ingress Controller is an open-source project maintained by HAProxy Technologies that provides fast and efficient traffic management, routing, and observability for Kubernetes. It has built-in support for the Gateway API since version 1.10. The same deployment of the ingress controller will allow you to use both the Ingress API and Gateway API. See the [documentation][haproxytech-docs-gw] for more details. In the [GitHub repository][haproxytech-github-gw], you will also find additional information about supported API resources.
289+
290+
[haproxytech-docs-gw]:https://www.haproxy.com/documentation/kubernetes-ingress/gateway-api/enable-gateway-api/
291+
[haproxytech-github-gw]:https://github.com/haproxytech/kubernetes-ingress/blob/master/documentation/gateway-api.md
292+
284293
### HashiCorp Consul
285294

286295
[Consul][consul], by [HashiCorp][hashicorp], is an open source control plane for multi-cloud networking. A single Consul deployment can span bare metal, VM and container environments.

0 commit comments

Comments
 (0)