Difference between revisions of "Kubernetes: Ingress controllers"

From wikieduonline
Jump to navigation Jump to search
Line 5: Line 5:
  
 
* <code>[[kind: Ingress]]</code>
 
* <code>[[kind: Ingress]]</code>
 +
  
 
== Available [[Ingress controller]]s ==
 
== Available [[Ingress controller]]s ==

Revision as of 23:00, 24 May 2022

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.


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: