Kubernetes Ingress Concepts: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 19: Line 19:


=Need for Ingress=
=Need for Ingress=
Ingress provides host and path-based routing.


=Ingress API Resource=
=Ingress API Resource=
=Ingress Controller=
=Ingress Controller=

Revision as of 18:13, 23 September 2020

External

Internal

TODO

Overview

An Ingress resource is a different mechanism for exposing multiple services through a single IP address, and its implementation differs fundamentally from the implementation of ClusterIP, NodePort and LoadBalancer services. Unlike these services, which operate at layer 4, an Ingress operates at HTTP protocol layer (layer 7).

Need for Ingress

Ingress API Resource

Ingress Controller