Kubernetes Ingress Concepts

From NovaOrdis Knowledge Base
Revision as of 18:14, 23 September 2020 by Ovidiu (talk | contribs) (→‎TODO)
Jump to navigation Jump to search

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). An Ingress provides host and path-based routing and is capable of forwarding traffic to multiple services.

Need for Ingress

Ingress API Resource

Ingress Controller