By NHI Mgmt Group Editorial TeamPublished 2026-06-12Domain: AnnouncementsSource: Kong

TL;DR: Governance, auditability, and change control now extend deeper into API and eventing operations rather than sitting beside them as Kong Operator 2.2 moves Event Gateway, Dev Portal, Gateway API 1.5.1, and more infrastructure settings into Kubernetes-managed workflows, giving platform teams a more declarative operating model, according to Kong.


At a glance

What this is: Kong Operator 2.2 expands Kubernetes-native management across gateway, portal, and eventing resources.

Why it matters: For IAM and platform teams, this matters because the same declarative controls that reduce drift in infrastructure now shape how access-adjacent platform components are configured, reviewed, and governed.

👉 Read Kong's release notes for Kong Operator 2.2 and Kubernetes-native platform control


Context

Kong Operator 2.2 is a Kubernetes operator release that extends declarative control over more of the Kong stack. For identity and platform teams, the important question is not whether Kubernetes can manage more objects, but whether that operating model reduces configuration drift, improves reviewability, and tightens governance around platform-adjacent resources.

The article points to a broader operational shift: gateway traffic, developer portal settings, event gateway resources, and supporting infrastructure are being pulled into a single Kubernetes-native workflow. That matters because access, policy, and change control become easier to standardise when the control plane is defined in one place rather than spread across separate interfaces.


Key questions

Q: How should platform teams govern Kubernetes-native API gateway resources?

A: Treat gateway resources as controlled platform state, not ad hoc runtime configuration. Put them under version control, require peer review for changes, and map each exposed route or listener to the policy that governs it. That gives teams an auditable path from intent to implementation and reduces drift across environments.

Q: Why do declarative operators improve platform governance?

A: Declarative operators make the desired state explicit, which helps teams compare what should exist with what is actually deployed. That improves reviewability, rollback, and change attribution. The governance gain is strongest when the operator covers related resources in one workflow instead of splitting them across consoles and scripts.

Q: What breaks when infrastructure labels and annotations are unmanaged?

A: Ownership, policy enforcement, and automation all become inconsistent when labels and annotations are missing or ad hoc. Teams lose reliable inventory, cloud integrations become brittle, and operational responsibilities are harder to assign. A declarative platform still drifts if its metadata is not standardised.

Q: Who should approve changes to developer portal and gateway resources?

A: The same separation-of-duties principles used for other platform controls should apply. Platform owners should propose changes, reviewers should validate policy and exposure impact, and approvers should confirm that the change fits operational and security standards before it is applied.


How it works in practice

Kubernetes-native control planes for gateway and portal resources

Kong Operator 2.2 extends the operator model so Kubernetes can declare and manage Event Gateway and Dev Portal resources alongside gateway configuration. In practical terms, that means resources such as control planes, listeners, portal pages, identity provider requests, and deployment settings can be represented as desired state rather than manually reconciled objects. The technical value is consistency: GitOps, peer review, and audit trails all work better when the same control mechanism covers more of the platform. For teams, the mechanism matters because operational drift often starts when related components are managed in different planes.

Practical implication: align platform ownership and review processes around the Kubernetes source of truth, not separate console-based exceptions.

Gateway API 1.5.1 and TLSRoute standardisation

The release updates support to Gateway API 1.5.1 and highlights TLSRoute now being in the Standard channel. That is technically important because Gateway API provides a more structured, vendor-neutral way to express traffic routing, listener policy, and protocol handling than legacy controller-specific patterns. For event-driven deployments, the combination of TLSRoute and Kubernetes Gateway API makes TCP and TLS routing more explicit, which reduces ambiguity in how traffic is exposed and governed. Standardisation also improves portability across clusters and teams that need repeatable deployment patterns.

Practical implication: map exposed routes and listener policies to the Gateway API resources your team can actually audit and reproduce.

Infrastructure labels, service annotations, and operational metadata

The release adds support for infrastructure labels and Kubernetes Service annotations, which are often overlooked but operationally critical. Labels help with inventory, ownership, policy, and automation. Service annotations frequently drive cloud load balancer behaviour, DNS integration, observability, and environment-specific networking. In other words, these metadata fields turn operator-created infrastructure into something that can be integrated with broader platform standards instead of remaining a special case. This is not just convenience. It is a control surface for how infrastructure is discovered, managed, and attributed across the platform lifecycle.

Practical implication: enforce mandatory labels and annotation standards so Kong-managed infrastructure fits existing policy, cost, and observability controls.


NHI Mgmt Group analysis

Declarative control only helps if the governed resources are already within the same trust and review boundary. Kong Operator 2.2 extends that boundary across gateway, portal, and eventing components, which reduces the operational split between platform layers. That does not eliminate risk, but it does concentrate governance in one place where review, policy, and rollback can be applied more consistently. Practitioners should treat the release as a governance consolidation signal, not just an operator update.

Infrastructure metadata is now part of the control problem, not a cosmetic detail. Labels and annotations determine ownership, automation hooks, cost attribution, and cloud integration behaviour. When those fields are managed through the same workflow as runtime resources, they become enforceable governance signals rather than ad hoc documentation. Teams that ignore metadata standards will still have drift, even if the underlying operator is fully declarative.

Gateway API maturity matters because standardised routing lowers the cost of repeatable policy enforcement. Moving TLSRoute into the Standard channel gives platform teams a more stable target for policy, transport security, and exposure management. The field-level implication is clear: standard APIs make it easier to operationalise controls at scale, but only if teams actually map their platform standards to those APIs.

Dev Portal governance belongs in the same lifecycle as gateway governance. The release brings portal resources into Kubernetes, which means developer access surfaces can be reviewed, versioned, and attributed alongside traffic configuration. That is a material improvement for change control, but it also raises the bar for process discipline. Practitioners should stop treating portals as separate administrative islands and start governing them as part of the platform control plane.

Kubernetes is becoming the operating boundary for platform identity and policy decisions. This does not make Kubernetes an identity system, but it does make it the place where many identity-adjacent operational choices are expressed. The more resources that move into that boundary, the more important it becomes to align GitOps, approval, and separation-of-duties controls around it. Teams should re-evaluate how much platform authority is effectively encoded in cluster-admin workflows.

From our research:

  • 1 in 4 organisations are already investing in dedicated NHI security capabilities, with an additional 60% planning to do so within the next twelve months, according to The State of Non-Human Identity Security.
  • 85% of organisations lack full visibility into third-party vendors connected via OAuth apps, showing how quickly governance gaps widen when platform access is not centrally controlled.
  • That is why teams should also review the NHI Lifecycle Management Guide for a deeper model of provisioning, rotation, and offboarding across machine identities.

What this signals

Declarative platform control is becoming a governance expectation, not a convenience. As more infrastructure moves into operator-managed workflows, teams should expect change review, ownership, and rollback discipline to be enforced at the Kubernetes layer. The practical test is whether your platform standards can survive when every sensitive object must pass through the same control plane.

Metadata is now a policy surface. If labels and annotations are not standardised, platform teams will struggle to tie exposed infrastructure to owners, cost centres, and monitoring pipelines. That creates governance blind spots even when the technical stack appears modern and automated.

Teams that already use the NHI Lifecycle Management Guide will recognise the pattern: lifecycle governance only works when the control boundary is clear, and Kubernetes is increasingly that boundary for platform resources.


For practitioners

  • Standardise Kubernetes as the source of truth Move Kong gateway, portal, and eventing configuration into the same reviewed Kubernetes workflows you use for other platform resources. Make version control, peer review, and rollback mandatory for those objects so changes remain auditable and reproducible.
  • Apply mandatory metadata controls Define required labels and Service annotations for ownership, environment, cost centre, and observability integration. Reject Kong-managed infrastructure that does not meet those metadata requirements before it reaches production.
  • Map traffic exposure to Gateway API resources Document which Gateway API objects control listener policy, TLS routing, and backend exposure for each environment. Use that mapping in change reviews so teams can trace who approved a route and which policy governs it.
  • Treat Dev Portal as governed platform infrastructure Bring portal pages, identity provider requests, and custom domains into the same lifecycle process as gateway configuration. Separate duties between platform owners, reviewers, and approvers so portal changes are not exempt from control.

Key takeaways

  • Kong Operator 2.2 expands Kubernetes from a traffic configuration layer into a broader platform governance plane.
  • The release improves auditability and standardisation, but only if teams enforce metadata, review, and separation-of-duties controls around it.
  • Platform teams should now treat gateway, portal, and eventing resources as governed lifecycle objects, not isolated admin settings.

Standards & Framework Alignment

This section maps relevant standards and security frameworks to the operational risks and controls described in this guidance.

NIST CSF 2.0, NIST Zero Trust (SP 800-207) and NIST CSF 2.0 set the governance and control requirements practitioners need to meet.

FrameworkControl / ReferenceRelevance
NIST CSF 2.0PR.IP-1Declarative workflows support consistent platform change management.
NIST Zero Trust (SP 800-207)PR.AC-4Gateway exposure and routing policies map to access enforcement boundaries.
NIST CSF 2.0ID.AM-2Labels and annotations improve asset inventory and ownership visibility.

Put Kong resources under reviewed change control and verify deployments against approved state.


Key terms

  • Declarative Control Plane: A declarative control plane manages systems from desired state definitions rather than manual step-by-step administration. In Kubernetes contexts, that means configuration is stored, reviewed, and reconciled as code, which improves auditability and reduces drift across shared platform resources.
  • Gateway API: Gateway API is a Kubernetes networking standard for defining traffic exposure, routing, and policy in a structured way. It gives platform teams a more portable model than controller-specific configuration, especially when they need repeatable listener, route, and transport rules across environments.
  • Platform Metadata: Platform metadata is the ownership, environment, cost, and policy information attached to infrastructure objects through labels and annotations. It seems administrative, but it is often the only reliable way to connect runtime resources to governance, automation, and operational accountability.

Deepen your knowledge

NHI governance, agentic AI identity, and machine identity security are core topics in our NHI Foundation Level course, the industry's only accredited NHI security programme. If you are responsible for identity security strategy or NHI governance in your organisation, it is worth exploring.

This post draws on content published by Kong: Announcing Kong Operator 2.2. Read the original.

NHIMG Editorial Note
Published by the NHIMG editorial team on 2026-06-12.
NHI Mgmt Group — the independent authority on Non-Human Identity, IAM, and Agentic AI security. nhimg.org