Files
awesome-kubernetes/v2-docs/web-servers.md

3.8 KiB

description
description
Curated, AI-ranked Web Servers resources for the 2026 Cloud Native architect: top-tier tools, guides and references (Networking & Service Mesh).

Web Servers and Reverse Proxies: Apache, Nginx, HAProxy, Traefik and more

!!! tip "Nubenetes V2 Elite Portal" You are browsing the AI-Curated V2 Elite Edition. Looking for the exhaustive list of references? Check out the V1 Historical Archive.

!!! info "Architectural Context" Detailed reference for Web Servers and Reverse Proxies: Apache, Nginx, HAProxy, Traefik and more in the context of Networking & Service Mesh.

Infrastructure

Web Servers

App Servers

  • (2025) unit.nginx.org [C CONTENT] [ADVANCED LEVEL] [DOCUMENTATION] [COMMUNITY-TOOL] — Official portal for NGINX Unit, a dynamic, lightweight application server designed to run polyglot microservices simultaneously. Dynamically configured on the fly via JSON REST APIs without service disruption.

Traffic Management

Kubernetes Ingress Controllers

Alternative Ingress

  • (2020) opensource.com: Try this Kubernetes HTTP router and reverse proxy [GO CONTENT] [ADVANCED LEVEL] [COMMUNITY-TOOL] — An overview of Skipper, an open-source HTTP router and reverse proxy designed for highly customized routing scenarios. It highlights Skipper's unique strength in dynamically modifying requests using an extensible filter chain, though it occupies a niche compared to market-dominant ingress engines.

Traefik Ingress

  • (2026) Traefik [GO CONTENT] [DOCUMENTATION] [COMMUNITY-TOOL] — The canonical repository and site for Traefik, a modern cloud-native reverse proxy and ingress controller designed for dynamic service discovery. It automatically listens to platform API registries (such as Kubernetes and Consul) to dynamically update routing tables without manual reloads.
  • (2020) opensource.com: Directing Kubernetes traffic with Traefik [N/A CONTENT] [COMMUNITY-TOOL] [GUIDE] — An introductory engineering guide outlining the mechanics of deploying Traefik to route internal cluster traffic. The resource demonstrates how Traefik processes Custom Resource Definitions (CRDs) to define advanced routing rules, headers, and SSL termination points transparently.
  • (2020) thenewstack.io: Using Traefik Ingress Controller with Istio Service Mesh [N/A CONTENT] [ADVANCED LEVEL] [COMMUNITY-TOOL] — An architectural examination of combining Traefik's edge ingress capabilities with the granular micro-segmentation of the Istio Service Mesh. This dual-layer approach optimizes ingress pathing while maintaining strict mTLS and telemetry enforcement across internal pod networks.

💡 Explore Related: Kubernetes Networking | Cloudflare | Caching

🔗 See Also: Kubernetes Backup Migrations | OCP 4