Difference between revisions of "Kubernetes: Ingress controllers"

From wikieduonline
Jump to navigation Jump to search
Line 20: Line 20:
 
== Related terms ==
 
== Related terms ==
 
* <code>[[kubectl get ingress]]</code>
 
* <code>[[kubectl get ingress]]</code>
 +
* <code>[[kubectl describe ingress]]</code>
 
* <code>[[minikube addons enable ingress]]</code>
 
* <code>[[minikube addons enable ingress]]</code>
 
* <code>[[Kong]]</code>: <code>[[kubectl edit]] ingresses.extensions kong-proxy</code>
 
* <code>[[Kong]]</code>: <code>[[kubectl edit]] ingresses.extensions kong-proxy</code>

Revision as of 19:20, 5 December 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: