Difference between revisions of "Kubernetes: Ingress controllers"

From wikieduonline
Jump to navigation Jump to search
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
Ingress controllers provides an [[API object]] (<code>[[kind: Ingress]]</code>) that manages external access to the services in a cluster, typically HTTP. Ingress can provide:
+
Ingress controllers provide an [[API object]] (<code>[[kind: Ingress]]</code>) that manages external access to the services in a cluster, typically HTTP/HTTPS. Ingress is frozen and new features are being added to the [[Gateway API]].
 +
 
 +
Ingress can provide:
 
* [[Load balancing]]
 
* [[Load balancing]]
 
* [[SSL termination]] (<code>[[tls:]]</code>)
 
* [[SSL termination]] (<code>[[tls:]]</code>)
Line 53: Line 55:
 
* [[Understand difference between Ingress vs Load Balancer]]
 
* [[Understand difference between Ingress vs Load Balancer]]
 
* CKA [[Understand ClusterIP, NodePort, LoadBalancer service types and endpoints]]
 
* CKA [[Understand ClusterIP, NodePort, LoadBalancer service types and endpoints]]
 +
* [[kubectl describe ingress]] | grep Address
  
 
== See also ==
 
== See also ==

Latest revision as of 06:39, 23 July 2024

Ingress controllers provide an API object (kind: Ingress) that manages external access to the services in a cluster, typically HTTP/HTTPS. Ingress is frozen and new features are being added to the Gateway API.

Ingress can provide:

Links:

Commands[edit]

Available Ingress controllers[edit]

Changes[edit]

Helm[edit]

Related terms[edit]

Activities[edit]

See also[edit]

Advertising: