Skip to content

[Feature Request]: Add support for Kubernetes Gateway API (HTTPRoute) #387

@jgerits

Description

@jgerits

The Kubernetes Gateway API has reached GA (General Availability) and is becoming the standard successor to the Ingress API. Currently, the Trino Helm chart only supports generating Ingress resources via the ingress.enabled block.

As clusters migrate away from Ingress controllers (like NGINX Ingress) toward Gateway API implementations (like Istio, Cilium, or Gateway API for NGINX), users are forced to manage their Trino routing configuration outside of this Helm chart. This breaks the encapsulation of the Helm release, requiring us to disable ingress in values.yaml and manually maintain separate HTTPRoute manifests to expose the Trino service.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions