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 19: Line 19:
  
 
== Related terms ==
 
== Related terms ==
 +
* <code>[[kubectl get 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>
Line 24: Line 25:
 
* [[Egress]]
 
* [[Egress]]
 
* [[Istio]] [[service mesh]]
 
* [[Istio]] [[service mesh]]
* <code>[[kubectl get ingress]]</code>
+
* <code>[[kubectl api-resources]]</code>
* [[kubectl api-resources]]
 
  
 
== Activities ==
 
== Activities ==

Revision as of 13:17, 23 August 2020

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:

  • v1.18 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: