Skip to content
Discussion options

You must be logged in to vote

With 2.0 it's already possible to use the mirror control 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

kind: KonnectGatewayControlPlane
apiVersion: konnect.konghq.com/v1alpha2
metadata:
  name: test
spec:
  source: Mirror
  mirror:
    konnect:
      id: 03b496a0-a38a-4370-8e50-111111111111
  konnect:
    authRef:
      name: konnect-api-auth

Replies: 3 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by pmalek
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
2 participants
Converted from issue

This discussion was converted from issue #2864 on March 12, 2026 08:47.