Favicon of HAProxy (Bitnami)

HAProxy (Bitnami)

Distribute TCP and HTTP traffic across servers for maximum uptime and performance. This open-source solution is ideal for demanding websites and applications.

HAProxy is a free, open-source solution providing high-availability load balancing and proxying for TCP and HTTP-based applications. It is particularly suited for very high-traffic websites and has become the de-facto standard open-source load balancer, powering a significant portion of the world's most visited online services. Its event-driven architecture allows it to handle massive traffic loads with exceptional efficiency and low latency.

Key capabilities include:

  • Advanced Load Balancing: Distribute traffic using various algorithms and maintain session persistence with stick-tables.
  • Modern Protocol Support: Full support for HTTP/2, gRPC, and QUIC/HTTP3 for improved performance and interoperability.
  • Robust Security: Native SSL/TLS termination, DDoS protection, and integration with ACME for automatic certificate management.
  • High Performance: Achieves millions of requests per second and up to 100 Gbps of throughput thanks to its multi-threaded architecture.
  • Dynamic Configuration: Update backends, certificates, and traffic rules on-the-fly without service interruption.
  • Extensive Observability: Provides persistent, detailed statistics for real-time monitoring and troubleshooting.

Directory Structure

haproxy-bitnami
haproxy
haproxy.cfg
.env
docker-compose.yml

docker-compose.yml

services:
  haproxy:
    image: bitnami/haproxy:latest
    container_name: haproxy
    environment:
      - HAPROXY_STATS_PASSWORD=${HAPROXY_STATS_PASSWORD}
    ports:
      - "80:8080"
      - "443:8443"
      - "8404:8404"
    volumes:
      - ./haproxy:/opt/bitnami/haproxy/conf
    restart: unless-stopped

.env

HAPROXY_STATS_PASSWORD=your_super_secret_password
Categories:

Share:

Ad
Favicon

 

  
 

Similar to HAProxy (Bitnami)

Favicon

 

  
  
Favicon

 

  
  
Favicon