Difference between revisions of "Kubernetes: Ingress controllers"

From wikieduonline
Jump to navigation Jump to search
Line 7: Line 7:
  
 
== Changes ==
 
== Changes ==
* Ingess API GA Release [[1.19]] (Aug 2020)
+
* GA in Release [[1.19]] (Aug 2020)
 
* [[Kubernetes changelog|v1.18]] (Mar 2020) New <code>[[pathType]]</code> resources: <code>Exact</code>, <code>Prefix</code>
 
* [[Kubernetes changelog|v1.18]] (Mar 2020) New <code>[[pathType]]</code> resources: <code>Exact</code>, <code>Prefix</code>
 
* Ingresses can specify the class they are associated with by using a new <code>ingressClassName</code> field on Ingresses
 
* Ingresses can specify the class they are associated with by using a new <code>ingressClassName</code> field on Ingresses

Revision as of 20:47, 29 November 2021

An API object that manages external access to the services in a cluster, typically HTTP. Ingress can provide load balancing, SSL termination and name-based virtual hosting. https://kubernetes.io/docs/concepts/services-networking/ingress/

Available Ingress controllers

Changes

  • GA in Release 1.19 (Aug 2020)
  • v1.18 (Mar 2020) New pathType resources: Exact, Prefix
  • Ingresses can specify the class they are associated with by using a new ingressClassName field on Ingresses



  • IngressClass resource

Related terms

Activities

See also

Advertising: