Kong / gateway-operator

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

Konnect entities: implement migration from serviceless `KongRoute` (control plane bound) to service bound and vice versa. #668

Open pmalek opened 3 days ago

pmalek commented 3 days ago

Problem statement

665 tracks the implementation of serviceless KongRoute.

This issue tracks the implementation of migration from serviceless KongRoute to service bound and vice versa.

Notes

Acceptance criteria

pmalek commented 1 day ago

This could be done similarly as it has been done for Key and KeySet in #663