apisix-ingress-controller icon indicating copy to clipboard operation
apisix-ingress-controller copied to clipboard

discuss: New feature in Apache APISIX Ingress controller v1.6

Open tao12345666333 opened this issue 1 year ago • 6 comments

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

tao12345666333 avatar Aug 31 '22 12:08 tao12345666333

  • Knative support ? :)

MBoui avatar Sep 01 '22 12:09 MBoui

  • Knative support ? :)

thanks! SGTM

This will help us expand the ecosystem

tao12345666333 avatar Sep 01 '22 16:09 tao12345666333

Support multi cluster management should be helpful. ApisixClusterConfig was designed for this, but not completed.

machinly avatar Sep 02 '22 02:09 machinly

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?

tao12345666333 avatar Sep 04 '22 07:09 tao12345666333

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.

tao12345666333 avatar Sep 04 '22 07:09 tao12345666333

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.

machinly avatar Sep 05 '22 02:09 machinly