-
Question: How to reference existing Konnect Control Planes managed by Terraform?Problem StatementWe're exploring using the Kong Gateway Operator in an environment where Konnect Control Planes are managed by Terraform (separate from Kubernetes). We'd like to use the operator only for managing What We Tried
Our Questions
Our Use CaseWe have a multi-team architecture: We'd love to use the Kong Gateway Operator for the application layer while keeping infrastructure management in Terraform. Is this a supported pattern? Proposed SolutionIf this use case isn't currently supported, we'd like to suggest one of these approaches: Idea A: Support
|
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
|
With 2.0 it's already possible to use the If I'm reading your report correctly that would be exactly what you're looking for. Exemplar manifest: https://github.com/Kong/kong-operator/blob/b264059b1c854b85f96ad8755b8c16cbf2a459ba/config/samples/konnect-control-plane-mirror.yaml |
Beta Was this translation helpful? Give feedback.
-
|
@pmalek Thanks, I’ll try adopting our existing control planes with the operator YAML definition. |
Beta Was this translation helpful? Give feedback.
-
|
This issue has been automatically marked as stale due to 60 days of inactivity. Please update or comment if this is still relevant. |
Beta Was this translation helpful? Give feedback.
With 2.0 it's already possible to use the
mirrorcontrol plane by reference via an ID.If I'm reading your report correctly that would be exactly what you're looking for.
Exemplar manifest: https://github.com/Kong/kong-operator/blob/b264059b1c854b85f96ad8755b8c16cbf2a459ba/config/samples/konnect-control-plane-mirror.yaml