Kong / gateway-operator

Kubernetes Operator for Kong Gateways
Apache License 2.0
49 stars 11 forks source link

Konnect entities: implement serviceless `KongRoute` #665

Open pmalek opened 2 days ago

pmalek commented 2 days ago

Problem statement

Implement serviceless KongRoute.

This issue tracks the implementation of KongRoute without a service Ref but with a direct ControlPlane ref.

Notes

https://github.com/Kong/kubernetes-configuration/issues/99 implemented the change in CRD.

Acceptance criteria