mirror of
https://github.com/nubenetes/awesome-kubernetes.git
synced 2026-03-05 19:21:11 +00:00
4.0 KiB
4.0 KiB
Web Servers & Reverse Proxies: Apache, Nginx, HAProxy, Traefik and more
- Introduction
- Apache
- Nginx
- HAProxy (HTTP router and reverse proxy)
- Traefik (HTTP router and reverse proxy)
- Skipper (HTTP router and reverse proxy)
Introduction
- Reverse Proxy: What, When, How Look at a tutorial that explains reverse proxies.
Apache
- Apache
- Dzone Refcard: Essential Apache HTTP Server
- nixCraft: How to secure Apache with Let’s Encrypt Certificates on RHEL 8
- Apache Reverse Proxy Guide
Apache Configuration Samples
- Apache Reverse Proxy for Jenkins Reverse Proxy configuration with HTTPS for Jenkins, Sonarqube and Nexus. Based on RHEL 7 Apache config.
Nginx
- Nginx
- Dzone: NGINX: Load Balancing Your Application Made Easy
- Dzone: Nginx Reverse Proxy Ubuntu 18.04 In this post, we will show you how to install Nginx Web Server and configure it as a reverse proxy on Ubuntu Server 18.04.
- Dzone: DevOps 101: Set Up Nginx in Front of Your Spring Boot Application [Video]
- NGINXConfig 🌟🌟 The easiest way to configure a performant, secure, and stable NGINX server.
- How To Use the Official NGINX Docker Image
- medium: Using Nginx-Ingress as a Static Cache for Assets Inside Kubernetes Optimizing Nginx on Kubernetes Without a Adding a Cloud CDN.
HAProxy (HTTP router and reverse proxy)
- Wikipedia: HAProxy
- haproxy.org
- dzone.com: How to Configure HAProxy as a Proxy and Load Balancer
- tecmint.com: How to Setup High-Availability Load Balancer with ‘HAProxy’ to Control Web Server Traffic
- Tecmint.com: How to Setup HAProxy as Load Balancer for Nginx on CentOS 8
- nixCraft: 9 Awesome Open Source Web Performance Software For Linux and Unix-like Systems
- High priority request queue with HAProxy
Traefik (HTTP router and reverse proxy)
- Traefik
- Dzone: How to Use the Open Source Tool Traefik to Direct Kubernetes Traffic
- opensource.com: Directing Kubernetes traffic with Traefik
- blog.tomarrell.com - Kustomize: Traefik v2.2 as a Kubernetes Ingress Controller