Ingress [api_object]ai-synthesized · conf 0.82
Ingress is a collection of rules that allow inbound connections to reach the endpoints defined by a backend. An Ingress can be configured to give services externally-reachable urls, load balance traffic, terminate SSL, offer name based virtual hosting etc.
networking
A specification for an Ingress resource in Kubernetes.
Why it matters Ingress is used to manage incoming HTTP requests and map them to services within a cluster.
Key facts - Used to define rules for incoming HTTP requests. - Maps requests to services within the cluster.
Sources
swagger.json — “io.k8s.api.networking.v1.Ingress”