> For the complete documentation index, see [llms.txt](https://notebook.iuriioapps.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://notebook.iuriioapps.com/containers-and-microservices/kubernetes/ingress-controller.md).

# Ingress Controller

## Ingress Controller (OSI Layer 7)

* None of the Service types work at OSI Layer 7 (HTTP)
* Ingress Controllers (optional) fo this with 3rd party proxies
* Nginx is popular, but Traefik, HAProxy, F5, Envoy, Istio exist.
* Implementation is specific to the chosen Controller
