• Ingress
    • Ingress Gateways
    • Secure Gateways (File Mount)
    • 使用 SDS 为 Gateway 提供 HTTPS 加密支持
    • Ingress Gateway without TLS Termination
    • Kubernetes Ingress with Cert-Manager

    Ingress

    控制 Istio 服务网格的入口流量。

    Ingress Gateways

    Describes how to configure an Istio gateway to expose a service outside of the service mesh.

    Secure Gateways (File Mount)

    Expose a service outside of the service mesh over TLS or mTLS using file-mounted certificates.

    使用 SDS 为 Gateway 提供 HTTPS 加密支持

    使用 Secret 发现服务(SDS) 通过 TLS 或者 mTLS 把服务暴露给服务网格外部。

    Ingress Gateway without TLS Termination

    Describes how to configure SNI passthrough for an ingress gateway.

    Kubernetes Ingress with Cert-Manager

    Demonstrates how to obtain Let's Encrypt TLS certificates for Kubernetes Ingress automatically using Cert-Manager.