Difference between revisions of "Kubernetes: Ingress controllers"

From wikieduonline
Jump to navigation Jump to search
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>)

Revision as of 06:08, 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

Available Ingress controllers

Changes

Helm

Related terms

Activities

See also

Advertising: