Kong / gateway-operator

Kubernetes Operator for Kong Gateways
Apache License 2.0
53 stars 15 forks source link

Implement `KonnectGatewayControlPlane` reference in `KonnectExtension` #889

Open mlavacca opened 6 days ago

mlavacca commented 6 days ago

Problem Statement

The KonnectExtension can be used to customize DataPlane behavior for Konnect. the KonnectExtension needs a CP reference to properly work, and such a reference can be:

So far, only the first approach has been implemented, so we need to allow the KonnectExtension to be a KonnectGatewayControlPlaneRef as well.

Acceptance Criteria

pmalek commented 4 days ago

Added an AC to update the guide at https://docs.konghq.com/gateway-operator/latest/get-started/kic/create-gateway/ when implemented