Skip to content

Files

Latest commit

5db5315 · Oct 19, 2024

History

History

haproxy

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Jul 13, 2024
Jul 13, 2024
Oct 19, 2024

1. What is HAProxy?

Overview

HAProxy is a free and open source software that provides a high availability load balancer and Proxy for TCP and HTTP-based applications that spreads requests across multiple servers. It is written in C and has a reputation for being fast and efficient.

Official website documentation of HAProxy

2. Prerequisites

  • Basic networking, HTTP, Linux

3. Installation

How to install HAProxy?

Install HAProxy with Docker

4. Basics of HAProxy

HAProxy lab

5. Beyond the Basics

Hands-On Example

  • Check the advanced/ directory for more HAProxy examples.

6. More...

Admin guide

HAProxy cheatsheet

Recommended Books

  • N/A