⎈ k8s knowledge compiler

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.jsonio.k8s.api.networking.v1.Ingress

Related (10)

owns ServiceService owns/manages Ingress conf=1
related_to IngressSpecreferences type conf=1
related_to ObjectMetareferences type conf=1
related_to IngressStatusreferences type conf=1
api_for Ingress Controllersdocuments API object conf=1
api_for Ingressdocuments API object conf=1
api_for IngressClassdocuments API object conf=1
api_for Ingressdocuments API object conf=1
api_for kubectl create ingressdocuments API object conf=1
related_to IngressListreferences type conf=1

← all API Explorer