apisix-ingress-controller
apisix-ingress-controller copied to clipboard
discuss: New feature in Apache APISIX Ingress controller v1.6
Hi, folks
The Apache APISIX Ingress controller v1.5 version has been entered release window, and it is time to discuss the plans in the v1.6 version together.
I think the following features need to be included:
-
Gateway API https://github.com/apache/apisix-ingress-controller/issues/644
- #1217
- #1278
- HTTPRoute more complete support, such as filter
-
#927
-
#547
- #1051
-
Add suport for APISIX's plugin_metadata
- Knative support ? :)
- Knative support ? :)
thanks! SGTM
This will help us expand the ecosystem
Support multi cluster management should be helpful.
ApisixClusterConfig
was designed for this, but not completed.
Support multi cluster management should be helpful.
ApisixClusterConfig
was designed for this, but not completed.
@machinly Are you referring to managing multiple APISIX clusters through one APISIX Ingress controller?
In fact, we will achieve the goal of managing multiple APISIX instances through one Ingress controller. This is necessary for a complete implementation of the Gateway API.
We can dynamically state the APISIX instance simply by creating a Gateway
resource.
Support multi cluster management should be helpful.
ApisixClusterConfig
was designed for this, but not completed.@machinly Are you referring to managing multiple APISIX clusters through one APISIX Ingress controller?
The field parentRefs
in HTTPRoute
is exactly what I need. Gateway API is awesome.
v1.6.0-rc1 has been released. #1536 I will close this one. Thanks all!!!