Skip to content

add IBM API Connect (WIP) to implementations #3985

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions site-src/implementations.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ other functions (like managing DNS or creating certificates).
- [HAProxy Kubernetes Ingress Controller][32] (GA)
- [HashiCorp Consul][8]
- [Istio][9] (GA)
- [IBM API Connect][42] (work in progress)
- [kgateway][37] (GA)
- [Kong Ingress Controller][10] (GA)
- [Kong Gateway Operator][35] (GA)
Expand Down Expand Up @@ -172,6 +173,7 @@ other functions (like managing DNS or creating certificates).
[39]:#kubvernor
[40]:#agentgateway-with-kgateway
[41]:#kruise-rollouts
[42]:#ibm-api-connect


[gamma]:mesh/index.md
Expand Down Expand Up @@ -434,6 +436,12 @@ Please see the [Consul API Gateway documentation][consul-api-gw-docs] for curren
[consul-api-gw-docs]:https://www.consul.io/docs/api-gateway
[hashicorp]:https://www.hashicorp.com

### IBM API Connect

[IBM API Connect](https://www.ibm.com/products/api-connect) is a market-leading full lifecycle solution to create, test, manage, secure, analyze, and socialize APIs.

IBM API Connect is working toward an implementation of Gateway API, utilizing a new highly performant and lightweight gateway. This implementation will utilize Gateway API resources to manage ingress traffic (routing of HTTP-based API requests to Services within the cluster). A technology preview is [available](https://www.ibm.com/docs/en/api-connect/saas?topic=technology-preview-using-lightweight-gateway-secure-application-domain).

### Istio

[![Conformance](https://img.shields.io/badge/Gateway%20API%20Conformance%20v1.2.1-Istio-green)](https://github.com/kubernetes-sigs/gateway-api/blob/main/conformance/reports/v1.2.1/istio-istio)
Expand Down