Difference between revisions of "Kubernetes: Ingress controllers"

From wikieduonline
Jump to navigation Jump to search
Tags: Mobile web edit, Mobile edit
Tags: Mobile web edit, Mobile edit
Line 20: Line 20:
 
* [[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
 
 
 
 
* PathType: <code>ImplementationSpecific</code>(default), <code>Exact</code>, <code>Prefix</code> https://kubernetes.io/docs/concepts/services-networking/ingress/#path-types
 
* PathType: <code>ImplementationSpecific</code>(default), <code>Exact</code>, <code>Prefix</code> https://kubernetes.io/docs/concepts/services-networking/ingress/#path-types
 
 
 
* <code>[[IngressClass]]</code> resource
 
* <code>[[IngressClass]]</code> resource
  

Revision as of 19:16, 27 March 2023

An API object that manages external access to the services in a cluster, typically HTTP. Ingress can provide:

Links:


Available Ingress controllers

Changes

Helm

Related terms

Activities

See also

Advertising: