Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 617 Bytes

File metadata and controls

18 lines (11 loc) · 617 Bytes

TunnelBinding

DEPRECATED: TunnelBinding is a namespaced resource. Please use Ingress or Gateway API instead.

Overview

TunnelBinding is deprecated. It was used to bind Tunnels to services. Please migrate to standard Kubernetes Ingress or Gateway API resources.

Alternatives

  • Use Kubernetes Ingress with TunnelIngressClassConfig
  • Use Kubernetes Gateway API with TunnelGatewayClassConfig
  • Use DNSRecord resources for manual DNS management

See Also