Files
awesome-kubernetes/docs/web-servers.md
2026-05-14 20:31:50 +00:00

6.1 KiB
Raw Blame History

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

  1. Introduction
  2. Apache
    1. Apache Configuration Samples
  3. Nginx
    1. Nginx Unit
    2. Nginx playground
  4. HAProxy (HTTP router and reverse proxy)
  5. Traefik (HTTP router and reverse proxy)
  6. Skipper (HTTP router and reverse proxy)
  7. Videos
  8. Tweets

Introduction

Apache

Apache Configuration Samples

Nginx

Nginx Unit

Nginx playground

HAProxy (HTTP router and reverse proxy)

Traefik (HTTP router and reverse proxy)

Skipper (HTTP router and reverse proxy)

Videos

Click to expand!

Tweets

Click to expand!

THREAD

Nginx has a service mesh too. Is it any good?

Let's find out. pic.twitter.com/890EIahXGq

— Daniele Polencic (@danielepolencic) February 3, 2021
<script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
  • Koa.js - Koa is a minimalist and flexible Node.js web application framework that aims to be a smaller, more expressive, and more robust foundation for web applications and APIs. It leverages async functions to significantly improve error handling and reduce middleware complexity.