Difference between revisions of "Kubernetes: Ingress controllers"

From wikieduonline
Jump to navigation Jump to search
Line 37: Line 37:
  
 
== Activities ==
 
== Activities ==
 +
* [[CKA v1.23]]: [[Know how to use Ingress controllers and Ingress resources]]
 
* [[CKA v1.18]]: Know how to use [[Ingress]] rules
 
* [[CKA v1.18]]: Know how to use [[Ingress]] rules
 
* Read Improvements to the [[Ingress API]] in [[Kubernetes 1.18]] https://kubernetes.io/blog/2020/04/02/improvements-to-the-ingress-api-in-kubernetes-1.18/
 
* Read Improvements to the [[Ingress API]] in [[Kubernetes 1.18]] https://kubernetes.io/blog/2020/04/02/improvements-to-the-ingress-api-in-kubernetes-1.18/

Revision as of 12:21, 25 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: