Blog
Jan 1, 0001
IngressRoute Reference
The Ingress object was added to Kubernetes in version 1.1 to describe properties of a cluster-wide reverse HTTP proxy. Since that time, the Ingress object has not progressed beyond the beta stage, and its stagnation inspired an explosion of annotations to express missing properties of HTTP routing.
The goal of the IngressRoute
Custom Resource Definition (CRD) was to expand upon the functionality of the Ingress API to allow for a richer user experience as well as solve shortcomings in the original design.
Removal Notice
The IngressRoute
CRD has been removed from Contour.
Please see the documentation for HTTPProxy
, which is the successor to IngressRoute
.
You can also read the IngressRoute to HTTPProxy upgrade guide.