networking.k8s.io/v1 · Namespaced Resource
Ingress
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.
Click on Property Name to see the description, and Pink Types to expand schema.
Change History
Kubernetes v1.32
Nothing changed
Kubernetes v1.31
Nothing changed
Kubernetes v1.30
Nothing changed
Kubernetes v1.29
Nothing changed
Kubernetes v1.28
Nothing changed
Kubernetes v1.27
~9
9 properties have changed the description
- .metadata.annotations
- .metadata.labels
- .metadata.name
- .metadata.namespace
- .metadata.ownerReferences.name
- .metadata.ownerReferences.uid
- .metadata.uid
- .spec
- .status
Kubernetes v1.26
~1
1 property has changed the description
- .status.loadBalancer.ingress
We don't have any examples of Ingress yet 😕
But the good news is, you can help us by contributing examples on GitHub