Kubernetes - Ingress
Which field in an Ingress YAML specifies the hostname for routing traffic?
spec.rules.host to route traffic based on the domain name.metadata.name is the resource name, spec.backend.serviceName is for default backend service, and spec.tls.secretName is for TLS certificates.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions