example, no host is specified, so the rule applies to all inbound HTTP traffic through the IP address specified. If a host is provided (for example, foo.bar.com), the rules apply to that host
в kind: IngressRoute который в Contour от Heptio
https://github.com/heptio/contour/blob/master/docs/ingressroute.md
The presence of the virtualhost field indicates that this is a root IngressRoute that is the top level entry point for this domain. The fqdn field specifies the fully qualified domain name that will be used to match against Host: HTTP headers.
В Contour как-то можно вообще игнорировать этот fqdn?
wildcarded fqdn нельзя
Как в traefik например https://docs.traefik.io/user-guide/kubernetes/#disable-passing-the-host-header
Обсуждают сегодня