IngressRule [api_object]ai-synthesized · conf 0.82
IngressRule represents the rules mapping the paths under a specified host to the related backend services. Incoming requests are first evaluated for a host match, then routed to the backend associated with the matching IngressRuleValue.
networking
An IngressRule is used to match HTTP requests to a set of backend services.
Why it matters IngressRules enable traffic routing and load balancing in Kubernetes.
Key facts - Matches HTTP requests using HTTP methods, paths, and headers - References a set of backend services
Common pitfalls - Incorrectly configured IngressRules can lead to misdirected traffic
Related IngressServiceBackend, IngressSpec
Sources
swagger.json — “io.k8s.api.networking.v1.IngressRule”