What to read next Default Secret for TLS IngressesBy default, AKO expects all ingresses with TLS termination to have key and cert to be specified in the route spec. Sometimes, users might want to apply a common key-cert for multiple ingresses. Networking/v1 Ingress SupportAKO partially supports networking/v1 ingress. AKO automatically detects whether ingress-class api is enabled/available in the cluster it is operating in. If the ingress-class api is enabled, AKO switches to use the IngressClass objects, instead of the previously available alternative of using kubernetes.io/ingress.class annotations in Ingress objects. Passthrough IngressIn the passthrough mode, an Ingress is used to send secure traffic to the backend pods without TLS termination in NSX Advanced Load Balancer.