-
Notifications
You must be signed in to change notification settings - Fork 35
Description
Problem Statement
Implement the KonnectEventGateway CRD to represent a Kong Event Gateway control plane entity in Konnect, backed by the /v1/event-gateways API.
Kong Event Gateway requires a control plane to be provisioned in Konnect before data plane instances can connect. This CRD provides declarative, Kubernetes-native management of Event Gateway control planes in Konnect, allowing users to:
- Create and configure Event Gateway control planes
- Automatically sync control plane configuration with Konnect
- Track control plane status (connected nodes, virtual clusters, version)
- Reference the control plane from EventGatewayDataPlane resources
Reactions are currently unavailable